zoukankan      html  css  js  c++  java
  • docker下载镜像

    注意:必须先搜索镜像,否则有时候无法下载
    
    
    Docker下载Redis镜像并运行容器
    
    1、搜索查找镜像
    
    docker search redis
    
    
    2、下载镜像
    
    docker pull redis:latest
    
    
    参照文档:https://my.oschina.net/xiaozhiwen/blog/1602628
  • 相关阅读:
    软链接
    yum
    vm
    tengine
    创智LIUNX
    作业11
    作业10
    作业9
    作业8
    作业7
  • 原文地址:https://www.cnblogs.com/effortsing/p/10357454.html
Copyright © 2011-2022 走看看