随笔分类 -  容器

摘要:为选定需要pull到系统中的数据库镜像 # docker pull sath89/oracle-12c sath89/oracle-12c为选定需要pull到系统中的数据库镜像 docker pull sath89/oracle-12c 整个pull过程需要花费一些时间,耐心等待。 若见下图证明pu 阅读全文 »
posted @ 2021-10-13 14:26 satire 阅读(1325) 评论(0) 推荐(0) 编辑
摘要:首先安装 Confluent Platform Quick Start for Confluent Platform (Local install) Use this quick start to get up and running with Confluent Platform and its 阅读全文 »
posted @ 2021-08-12 10:17 satire 阅读(51) 评论(0) 推荐(0) 编辑
摘要:#获取镜像,进入容器,删除容器 容器获取镜像(以zk为例): docker pull zookeeper:3.5 进入容器(以zk为例): docker exec -it zookeeper bash 以root用户进入容器(以zk为例): docker exec -u 0 -it zookeepe 阅读全文 »
posted @ 2021-08-09 09:27 satire 阅读(62) 评论(0) 推荐(0) 编辑
摘要:MySQL Start a mysql server instance Starting a MySQL instance is simple: docker run -itd --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 -v ~/ 阅读全文 »
posted @ 2021-07-01 14:28 satire 阅读(192) 评论(0) 推荐(0) 编辑
摘要:1,使用以下命令直接从该镜像加速地址进行拉取。 命令:docker pull registry.docker-cn.com/myname/myrepo:mytag 例:docker pull registry.docker-cn.com/library/ubuntu:16.10 注:除非修改了Doc 阅读全文 »
posted @ 2021-06-30 10:35 satire 阅读(5436) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示