ubuntu docker及docker-compose安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu docker及docker-compose安装相关的知识,希望对你有一定的参考价值。

  1. 阿里云源安装docker
    Version: 18.06.1-ce
    curl -s  https://raw.githubusercontent.com/jy1779/docker/master/install/aliyun_docker_install.sh | bash
  2. 官网源安装docker
    Version: 18.06.1-ce
    curl -s https://raw.githubusercontent.com/jy1779/docker/master/install/docker_install.sh | bash
  3. 安装docker-compose
    docker-compose version 1.14.0
    curl -s https://raw.githubusercontent.com/jy1779/docker/master/install/install_docker-compose.sh | bash

以上是关于ubuntu docker及docker-compose安装的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu docker及docker-compose安装

Docker实践:数据持久化及共享

centos8及Ubuntu20.4安装docker教程

01-Docker-Ubuntu下docker安装及卸载

01-Docker-Ubuntu下docker安装及卸载

ubuntu Docker 中文支持,及中文乱码问题