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:
-
- 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 3605 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 2655 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 4925 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 2969 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 3817 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 3045 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 3377 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 12588 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 10196 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 28298 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 13803 2020-04-03 13:29:28
-
- docker reports error exited(137)
- When starting the docker container, an error "Exited(137)***ago" occurs. This error occurs because the space allocated by the container is insufficient. For example, only 512M is allocated, but 1G is needed. We can set "-Xms1G" in the configuration file. -Xmx1G" to solve.
- Docker 8181 2020-04-03 13:17:06
-
- How docker selects the ipv6 address segment
- How docker uses the ipv6 address segment: Open the /etc/docker/daemon.json file, set up ipv6 support in this file, add the ipv6 address segment, and then restart Docker.
- Docker 3632 2020-04-03 11:57:14
-
- How to map docker port to host machine
- How to map the docker port to the host: Specify the port mapping through the -p or -P parameter when the container is started. The lowercase p means that docker will choose a specific host port to map to the open network port inside the container, and the uppercase P means a random host port.
- Docker 3379 2020-04-03 11:39:19
-
- Can docker run on a virtual machine?
- Docker containers can run on virtual machines or physical machines. Containers and virtual machines are not on the same level, they are a packaged collection of software + environment.
- Docker 5499 2020-04-03 11:21:46