current location:Home > Technical Articles > Operation and Maintenance > Docker
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to view docker logs
- The method to view the docker log is: You can use the [docker logs] command to view the docker log. The specific command is such as [$docker logs --since 30m CONTAINER_ID], which means to view the logs of the last 30 minutes.
- Docker 5773 2020-05-19 13:54:04
-
- How to download image in docker
- The method to download the image in docker is: you can use the [docker pull] command to download the image. The specific command is such as [docker pull learn/tutorial], which means downloading the tutorial image.
- Docker 4402 2020-05-19 13:38:48
-
- What does docker do?
- The functions of docker are: 1. Simplified configuration, which allows you to put the environment and configuration into the code and then deploy it; 2. Code pipeline management, which can manage the code in a streaming pipeline; 3. Application isolation, It can achieve decoupling between applications.
- Docker 8822 2020-05-19 13:28:32
-
- How to set up HTTP proxy in docker
- The method for docker to set HTTP proxy is: 1. Edit the resolv.conf configuration file and comment the nameserver configuration; 2. Edit the HTTP proxy configuration; 3. Execute the [systemctl restart docker] command to restart docker.
- Docker 3750 2020-05-19 13:14:12
-
- How to get inside the docker container image
- The method to enter the inside of the docker container image is: 1. Execute the [docker ps -a] command to view the container ID; 2. Execute the [docker start container ID] command to start the container; 3. Execute [docker exec -it container ID /bin/bash ] command to enter the image.
- Docker 25491 2020-05-19 11:52:36
-
- How to deploy docker on linux
- How to deploy docker on Linux: first check the kernel version; then log in to the terminal using a user with "sudo" or "root" permissions; then add the "yum" warehouse; finally use the command "$ yum install -y docker-engine" to install Docker That’s it.
- Docker 2241 2020-05-18 11:31:56
-
- How to install nginx in docker
- How to install nginx with docker: First use the command "$docker pull nginx" to pull the latest Nginx image; then deploy the web service in the "/srv/web" directory; finally use the command "$docker run -d -p 8081: 80" can be deployed.
- Docker 3338 2020-05-17 13:33:33
-
- What to do if mac docker is not hidden
- The solution to not hiding mac docker: first find "launchpad" on docker; then find and open "System Preferences"; then find and open "Dock"; finally check the option of "Automatically show and hide the Dock". Docker can be hidden.
- Docker 2168 2020-05-17 13:10:26
-
- How docker sets up domestic image source
- This article comes from the docker column. It introduces you to the method of setting up domestic image sources with docker. It has certain reference value and I hope it can help you. Setting method: Modify the image source address in the /etc/docker/daemon.json file.
- Docker 3520 2020-05-16 17:34:36
-
- What should I do if docker-compose cannot find the command?
- The solution for "docker-compose" not finding the command: first install the extension source; then use the command "sudo yum install python-pip" to install the "python-pip" module; finally use the command "chmod +x /usr/local." Just install it.
- Docker 12034 2020-05-16 11:44:59
-
- What does docker env mean?
- docker env is an instruction that is used to define the environment variables of the image; the environment variables that can be directly referenced in the env instruction are "HOME", "HOSTNAME", "PATH" and "TERM"; and due to the hierarchical file system of the image , the environment variables defined by env can be applied in subsequent levels.
- Docker 5003 2020-05-16 11:37:41
-
- What should I do if there is an error when starting the docker service?
- Solution to the docker service startup error: First use the "$ sudo yum remove docker \" command to uninstall the installed related components; then use "find" to search from the root directory to find all files containing docker; finally delete the searched files or directory.
- Docker 3137 2020-05-16 11:28:47
-
- What does docker ee mean?
- docker ee refers to the enterprise version of Docker, which includes hundreds of engines, operation interfaces and private security registrations. Users can deploy them locally and includes a support agreement; docker ee is released quarterly and adopts Time-based versioning scheme.
- Docker 2936 2020-05-16 11:23:42
-
- What is the command to enter a running docker container
- The command to enter a running docker container is: 1. [docker ps]; 2. [docker exec -it 775c7c9ee1e1 /bin/bash].
- Docker 9763 2020-04-29 11:02:39
-
- How to learn docker?
- First, you need to understand the basic knowledge of cloud computing and the kernel; then understand Linux-related knowledge and development languages (Python, GO, Shell, etc.); finally, know Docker official, major electronic media platforms, technology forums, open source communities, Issues can be discussed there.
- Docker 2078 2020-04-17 14:38:49