Notes icon indicating copy to clipboard operation
Notes copied to clipboard

docker安装&运行

Open any86 opened this issue 3 years ago • 0 comments

安装

curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun

docker启动       

systemctl start docker service docker start

重启docker服务

systemctl restart  docker sudo service docker restart

关闭docker    

systemctl stop docker service docker stop

any86 avatar May 19 '21 07:05 any86