摘要:
拉取nexus3镜像 docker pull docker.io/sonatype/nexus3 查看镜像 docker images REPOSITORY TAG IMAGE ID CREATED SIZE sonatype/nexus3 latest 8c3731492925 10 days a 阅读全文
摘要:
docker下载地址 https://download.docker.com/linux/static/stable/x86_64/ 下载安装 [root@server-01 ~]# wget https://download.docker.com/linux/static/stable/x86_6 阅读全文
摘要:
配置镜像加速器,为docker容器设置默认网段 mkdir -p /etc/docker tee /etc/docker/daemon.json <<-'EOF' { "debug" : true, "registry-mirrors": ["https://dpayzz9i.mirror.aliy 阅读全文
摘要:
1、到home目录下新建Mongotest文件夹,进入这个文件夹,执行vi docker-compose.yml,插入如下内容 [root@server02 ~]# cat docker-compose.yml version: '3.1' services: mongo: image: mongo 阅读全文
摘要:
查询镜像: [root@server02 ~]# docker search redis NAME DESCRIPTION STARS OFFICIAL AUTOMATED redis Redis is an open source key-value store that… 8940 [OK] b 阅读全文
摘要:
1、停止服务 [root@server01 mysql]# /etc/init.d/mysqld stop Shutting down MySQL.. SUCCESS! 2、创建目录 cd /data mkdir mysql chown mysql:mysql mysql cd mysql cp - 阅读全文