What is the installation command in the docker container
What is the installation command in the docker container? Container technology is to share hardware resources and operating system with our host computer, which can realize the dynamic allocation of resources. The container contains the application and all its dependent packages, but shares the kernel with other containers.
1. Install docker on Windows server
Windows host, you can download docker-toolbox (www.docker.com/products/docker-desktop) one-click installation, if there are any errors in the installation process, you can turn off docker-toolbox and other similar software.
After the Windows server has installed Docker, run it using Docker Quickstart Terminal.
2. Linux host installs Docker (take Ubuntu16.04+ as an example)
Sudo apt-get updateapt-get install docker
For other system installations, please refer to the official website address https://docs.docker.com/install/.
The container cloud is realized by deploying container services on cluster servers through docker technology, with tens of thousands of Linux images, powerful, easy to use, easy to serve as cluster services, free networking, lightweight and flexible.