install docker, on windows and then run a centos, in docker. Can I install all kinds of software in this centos? Just like the centos installed in vmware.
install docker, on windows and then run a centos, in docker. Can I install all kinds of software in this centos? Just like the centos installed in vmware.
you can install all kinds of software, or you can directly use the corresponding docker image
Why not? my usual practice is to pull a base image, install all kinds of software in it, and then package it into one of my own. In case the one you are using is broken, you can redeploy it at any time
.Previous: How does the linux in the vmware virtual machine map to the directory of the windows host?
docker exec-it-sharp container id bin sh after I enter -sharp how to press delete if I typed the wrong command? Deletion will directly change to ^ H symbol ...
didn t the linux environment install Python, using docker install Python for the system? Do I have to use docker s container command to run Python to use Python? I don t understand docker yet. I hope you can give me some advice. ...
nginx 1.13.12 -sharp kube.conf upstream kubeapi { least_conn; zone kube_api_zone 64k; server 192.168.8.228:6443 max_fails=1 fail_timeout=30s; server 10.10.10.227:6443 max_fails=1 fail_timeout=30s; server 192.168.8...
now the disk space of the production server is full. After passing df, you can find the following figure: var lib docker var lib dockerdu -sh * : found that all add up to only 20 G, I don t know what s going on? in addition: I am glad to find...
the 64-bit system of alpine 3.7is installed in vmware 14, and the installation is all right. After installing Docker, there is no problem when the system runs for the first time. After reboot, you will be prompted to need cgroup. . prompt ERROR:docker ...
dockerdocker cpu docker images dcoker ps containers and images have been deleted by me. As long as I open docker, I will download and open the container automatically. I checked that the scheduled mission was empty. is there any other place to check...
The question is this: for example, if I have built a set of services using docker-compose on machine a, is there any way to quickly use these containers on other machines (b machines)? the way I can think of is: put all the files needed to build on...
in the front-end slag learning docker, in what scenarios does the docker container need to be deleted after the end, and in what scenarios will it not be deleted after the end? what s the difference if you don t delete and start again? The data volu...
guys, I just got to know docker. I have a question . < H2 > Environment: host centos7 < H2 > I now pull the image docker pull 1and1internet ubuntu-16-nginx-php-phpmyadmin-mariadb-10 which means that eventually the container I m running is nginx-...