ubuntu docker及docker-compose安装

  1. 阿里云源安装docker
    操做系统:ubuntu
    Version: 18.06.1-ce
    curl -s  https://raw.githubusercontent.com/jy1779/docker/master/install/aliyun_docker_install.sh | bash
  2. 官网源安装docker
    操做系统:ubuntu
    Version: 18.06.1-ce
    curl -s https://raw.githubusercontent.com/jy1779/docker/master/install/docker_install.sh | bash
  3. 安装docker-compose
    操做系统:ubuntu
    docker-compose version 1.14.0
    curl -s https://raw.githubusercontent.com/jy1779/docker/master/install/install_docker-compose.sh | bash
相关文章
相关标签/搜索