The content of docker’s preliminary learning
sudo vi /etc/docker/daemon.json
{
"registry-mirrors": ["https://n6syp70m.mirror.aliyuncs.com"]
}
docker container run hello-world
run that command the docker will run and print hello world in terminal
The content of docker’s preliminary learning