myesn

myEsn2E9

hi
github

Docker: 安装

介绍#

本文在 Ubuntu Server 上安装 Docker 和 Docker Compose

步骤#

  1. 按照官方教程安装:https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
  2. [optional] 将当前用户加入 docker 用户组,避免频繁用 sudo 提升权限执行 docker (参考):
    sudo usermod -aG docker ${USER}
    su - ${USER}
    
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.