text Docker Run

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Docker Run相关的知识,希望对你有一定的参考价值。

docker run \
  -it \
  -p <host-port:container-port> \
  -v </host-directory>:</container-directory> \
  --name <container-name> \
  —restart unless-stopped \
  <user>/<repository>:<release>

以上是关于text Docker Run的主要内容,如果未能解决你的问题,请参考以下文章

text docker-run-not-working #docker_training

text run-docker-nginx-use-volume #docker_training

text alpine_docker_build_run.txt

text 2018年版:Docker runで主要な环境を整备してみたref:https://qiita.com/nomurasan/items/7f89c48986ca4d70413a

docker CLI官方教程 run方法解析(docer run docker attach 与 docker exec的区别)

docker的/var/run/docker.sock参数