简介
Portainer 是一款轻量级 Docker 容器管理平台,占用资源少,支持集群,支持权限分配。可以十分方便的用于管理自己服务器/集群上的容器应用。博主本身也在使用,非常方便。
安装
官网:https://www.portainer.io/installation/
在安装完Docker之后,运行命令:
1 | docker volume create portainer_data |
Portainer 是一款轻量级 Docker 容器管理平台,占用资源少,支持集群,支持权限分配。可以十分方便的用于管理自己服务器/集群上的容器应用。博主本身也在使用,非常方便。
官网:https://www.portainer.io/installation/
在安装完Docker之后,运行命令:
1 | docker volume create portainer_data |