Garron
使用下边命令,安装,成功后最后一句输出是一长串字符,http://ip:9000可以打开webUI。
docker run -d -p 9000:9000 \
--name=portainer --restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
portainer/portainer
如果输出下边的内容:
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
那就是docker没有安装成功,卸载、移除相关文件,然后重新运行那个安装脚本:install-portainer.sh