搭建Docker私有仓库registry
<h3>下载registry {#%E4%B8%8B%E8%BD%BDregistry}</h3> <p>拉取镜像,不指定版本默认拉取最新版本镜像。</p> <pre><code>docker pull registry Using default tag: latest latest: Pulling f...
51工具盒子
<h3>下载registry {#%E4%B8%8B%E8%BD%BDregistry}</h3> <p>拉取镜像,不指定版本默认拉取最新版本镜像。</p> <pre><code>docker pull registry Using default tag: latest latest: Pulling f...
前言 {#前言} ======== 主要学习docker的相关操作,构建镜像、docker容器运行、从容器内往外拷贝文件,向容器内拷贝文件,进入容器 docker构建镜像 {#docker构建镜像} ======================== 编写Dockerfile文件: ```shell vi Dockerfile ``` 文件内输入 ```shell f...
nacos数据库建表语句 {#nacos数据库建表语句} ============================ ```sql /* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License...
下载文件 {#下载文件} ============ ```shell sudo wget -c -t 0 https://github.com/docker/compose/releases/download/1.26.0/docker-compose-`uname -s`-`uname -m` -O /usr/local/bin/docker-compose ```  按照自己的系统来安装:  1、卸载旧版本docker {#1卸载旧版本docker} ============================= ```sh yum remove docker \ ...