1. Summary: In general, they can be divided into the following categories: Docker environment information — docker [info|version] The meaning of common commands: 1 Introduction to docker commands docker --help Management commands: Order: 2. Image related 1. Pull the image docker pull 2. View the image docker images 3. Delete the image docker rmi Common parameters: 4. Create an image (1) Re-establish a new image after changing the source image docker commit Common parameters: (2) Use Dockerfile to build an image docker build Common parameters: 3. Container related 1. Run the container docker run Common parameters: The containers created by docker create and docker run -it are interactive containers. 2. View the running container docker ps Common parameters: 3. Stop the container docker stop //The method is gentle and stops the container slowly. docker kill //The method is simple and rough and stops the container immediately. 4. Delete the container docker rm Common parameters: 5. View container logs docker logs Common parameters: 6. View container process docker top 7. View container configuration information docker inspect Common parameters: 8. Enter the container (1) Entering the interactive container docker attack Common parameters: (2) Entering the background container docker exec Common parameters: Dockerfile This is the end of this article about the summary of commonly used docker commands (recommended). For more related commonly used docker commands, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: How to optimize MySQL group by statement
>>: JavaScript to implement a simple shopping form
The following case reviews the knowledge points o...
Table of contents Basic concepts of components Th...
Brief Tutorial This is a CSS3 color progress bar ...
Table of contents Objectives for this period 1. F...
Table of contents What is Vuex? Five properties o...
This article example shares the specific code of ...
The Drag and Drop API adds draggable elements to ...
Table of contents ReactHooks Preface WhyHooks? Fo...
1. Introduction to yum Yum (full name Yellow dogU...
Preface The reason for writing this article is mai...
1. Prerequisites We use the require.context metho...
This article example shares the specific code for...
In this article, we will look at how to develop a...
Introduction MySQL 5.7 aims to be the most secure...
Problem description (the following discussion is ...