筛选

Price Type:

Docker

Docker Command Memo

Some commonly used commands and functions of docker, docker-machine, and docker-compose

Docker container setup proxy

How to set up a global proxy for Docker containers. By setting a global proxy in the Docker container, the application in the container can obtain network resources through the proxy

CentOS7 Docker CE online installation

Docker CE supports the 64-bit version of CentOS 7, and requires the kernel version to be at least 3.10. CentOS 7 meets the minimum kernel requirements, but due to the relatively low kernel version, some functions (such as overlay2 storage layer driver) cannot be used, and some functions may not be stable

Docker commit saves data in the MySQL image

By default, when docker commits, MySQL data will bypass the file system of the container and will not commit to the image. Normally, MySQL data will not be retained in the image and uploaded to the hub, which has involved data leakage. An alternative method is to start the container initialization data through 'docker entrypoint initdb. D'