docker service create --name tomcat -p 8080 \
--mount type=bind,src=/usr/bin/docker,dst=/usr/bin/docker,readonly \
--mount type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock,readonly \
--mount type=bind,src=/usr/lib64/libltdl.so.71,dst=/usr/lib64/libltdl.so.71,readonly \
develop-harbor.geostar.com.cn/base/apache-tomcat:8.5.51-8u231

 

相关文章:

  • 2022-12-23
  • 2022-03-10
  • 2023-03-20
  • 2021-06-10
  • 2022-02-06
  • 2020-07-28
  • 2021-05-17
  • 2022-03-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2021-09-30
  • 2021-04-17
  • 2021-10-14
相关资源
相似解决方案