摘要:
拉取nexus3镜像 docker pull docker.io/sonatype/nexus3 查看镜像 docker images REPOSITORY TAG IMAGE ID CREATED SIZE sonatype/nexus3 latest 8c3731492925 10 days a 阅读全文
摘要:
查询镜像: [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 - 阅读全文