会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
坚强的小蚂蚁
每天都要有收获
博客园
首页
新随笔
联系
管理
订阅
02 2022 档案
docker-compose部署一个可远程连接的容器
摘要:一个例子 version: '2.0' services: m3-test: image: ubuntu:16.04 container_name: m3-test tty: true privileged: true entrypoint: ["sh"] restart: always ports
阅读全文
posted @
2022-02-24 17:16
坚强的小蚂蚁
阅读(518)
评论(0)
推荐(0)
公告