2018年12月11日

docker 以管理员权限进入 的命令格式

摘要: docker exec -ti -u root <容器id:1ca37d0847dc> /bin/bash 阅读全文

posted @ 2018-12-11 22:44 筱箃 阅读(2406) 评论(0) 推荐(1) 编辑

拷贝docker镜像到其他地方

摘要: 原文地址 常用命令: docker run -t -p 8087:9000 -d -i 4fd5fc0d24a1 /bin/bash载入容器 docker inspect docker.io/centos/python-35-centos7查看容器 保存容器及镜像:docker commit -a 阅读全文

posted @ 2018-12-11 21:42 筱箃 阅读(332) 评论(0) 推荐(0) 编辑

在docker中部署Nginx+uWSGI+Django环境

摘要: 原文链接 阅读全文

posted @ 2018-12-11 21:35 筱箃 阅读(86) 评论(0) 推荐(0) 编辑

导航