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 Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to modify the docker image warehouse
- The method to modify the docker mirror warehouse is: 1. Create the daemon.json file and modify the configuration ["registry-mirrors"]; 2. Reload daemon.json; 3. Execute the command [systemctl restart docker] to restart docker.
- Docker 3839 2020-04-05 09:46:27
-
- How to install docker ce
- The method to install docker ce is: 1. Uninstall the old version of docker and associated dependent resources; 2. Install the required software packages and set up the mirror warehouse; 3. Execute the command [yum install docker-ce] to install docker ce.
- Docker 2210 2020-04-05 09:40:08
-
- How to start docker
- The method to start docker is: 1. Execute the command [systemctl start docker] to start docker; 2. Execute the command [docker ps -a] to check whether docker starts successfully.
- Docker 6413 2020-04-05 09:26:24
-
- What should I do if the docker image cannot be accessed after it is started?
- The solution to the problem that the docker image cannot be accessed after it is started is: 1. Open the sysctl.conf configuration file; 2. Add the configuration [net.ipv4.ip_forward=1]; 3. Execute the command [systemctl restart network] to restart the network.
- Docker 3452 2020-04-04 14:14:49
-
- Can docker use oracle?
- Oracle can be used completely under docker. We can pull oracle by executing the command [docker pull docker.io/sath89/oracle-12c].
- Docker 3666 2020-04-04 14:06:18
-
- Docker container encoding mode setting error
- Modify the docker container encoding method: Use Dockerfile to build a new image based on the original container, and use ENV LANG to specify the encoding format.
- Docker 2721 2020-04-03 15:46:56
-
- How to check the docker image after downloading it
- How to view the docker image after downloading it: 1. Use the docker images command to list the information of all images on this machine. 2. Use the docker inspect command to view the image details.
- Docker 4980 2020-04-03 15:25:15
-
- The difference between docker and traditional virtualization
- The difference between docker and traditional virtualization: Docker containers implement virtualization at the operating system level and directly reuse the operating system of the local host, while the traditional method implements virtualization at the hardware level.
- Docker 3035 2020-04-03 15:08:40
-
- How to view logs of docker cluster container
- How to view docker cluster logs: Log in to your container cloud web console, select the cluster, and click "View Logs" in the pop-up window to obtain log information about cluster operations.
- Docker 3878 2020-04-03 15:03:26
-
- Java in docker displays Chinese garbled characters
- Solution to the problem that java in docker displays Chinese garbled characters: 1. Execute the "sudo apt-get -y install language-pack-zh-hans" command. 2. Set the environment variable to export LC_ALL=zh_CN.UTF-8.
- Docker 3126 2020-04-03 14:35:02
-
- Where does docker pull the image from?
- docker pull downloads the image from Docker Hub (https://hub.docker.com/) by default. Before downloading the image, we can use the docker search command to find the image in Docker Hub.
- Docker 3470 2020-04-03 14:23:09
-
- Several ways to create containers with docker
- How to create a container with docker: 1. Use the docker pull command to directly download the container to the local. 2. Use the docker run command to create and start the container.
- Docker 12651 2020-04-03 14:11:50
-
- How to start docker after importing the image
- How to start docker after importing the image: After successfully importing the image, directly use the "docker run" command to start. Importing the image can be achieved using the "docker load" command.
- Docker 10255 2020-04-03 13:58:23
-
- How to check the version number of docker
- How to check the docker version number: 1. Use the service docker start command to start docker. 2. Use the docker version command to check the docker version number.
- Docker 28449 2020-04-03 13:46:23
-
- Where is the configuration file after docker installation?
- After docker is installed, you can use the "cat /usr/lib/systemd/system/docker.service" command to view the location of the configuration file. You can see that the configuration file is in the /etc/sysconfig folder.
- Docker 13866 2020-04-03 13:29:28