docker 环境配置
Posted bennytitan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker 环境配置相关的知识,希望对你有一定的参考价值。
jenkins: docker run -d -p 8080:8080 -p 50000:50000 --name jenkins --restart allways jenkins
nexus3: docker run -d -p 8081:8081 --name nexus --restart allways sonatype/nexus3
candao: docker run -d -p 8082:80 -p 3306:3306 --name candao --restart allways candao
以上是关于docker 环境配置的主要内容,如果未能解决你的问题,请参考以下文章