https://docs.portainer.io/v/ce-2.11/start/install/server/docker/linux
docker volume create portainer_data
docker run -d -p 8000:8000 -p 9443:9443 --name portainer \
--restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v portainer_data:/data \
portainer/portainer-ce:2.11.0
접속확인
https://localhost:9443
'Linux > Ubuntu' 카테고리의 다른 글
우분투 Docker 에 Gitlab-runner 설치 (0) | 2022.02.05 |
---|---|
우분투 Portainer를 이용한 Gitlab-ce 설치 (0) | 2022.02.05 |
우분투 Docker 설치 (0) | 2022.02.05 |
우분투 크롬 설치 (0) | 2022.02.05 |
우분투 원격 접속 xRDP 듀얼 모니터 사용법 (0) | 2022.02.05 |