何のを為に生きて行くのか
2020年2月18日 星期二
[Docker] Common Command
1.confirm which images that we have
docker ls
2.install the specific image to container
docker container run -d --name "containerName" -p 8080:8080 "ImageName"
3.when you wanna close container
docker stop "containerName"
4.restart
docker container start "containerName"
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言