curl -fsSL https://get.docker.com | bash -s docker —mirror Aliyun、

    报错:
    image.png
    重启解决:

    1. systemctl restart docker.service

    curl 安装了仍然报错:
    image.png
    image.png
    解决办法:

    1. mv /usr/bin/cd1 /usr/bin/curl
    2. mv /usr/bin/wd1 /usr/bin/wget

    image.png
    docker 进入容器内部没有vim:
    image.png
    image.png

    1. apt-get update
    2. apt-get install vim