• docker 基础命令大全

    更新环境 apt update -y && apt upgrade -y && apt install -y curl wget sudo socat 官方安装docker curl -fsSL https://get.docker.com | sh curl ...

    2019-01-15