portainer (2) 썸네일형 리스트형 17. [docker] Private Registry(Harbor) 설치 및 Portainer 연동 1. 필수 유틸 : Docker, Docker-compose - 참조 : 기본 SSL 통신을 하며 인증서가 필요하지만 테스트 구축에는 https 없이 http로 통신 ## DOCKER 설치 [root@Harbor harbor]# curl -s https://get.docker.com | sudo sh ## docker-compose 설치 [root@Harbor harbor]# curl -L https://github.com/docker/compose/releases/download/1.24.1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose [root@Harbor harbor]# chmod +x /usr/local/bin/doc.. 16. [docker] Portainer 설치 1. Docker swarm cluster 를 remote로 API를 통해 연결 하는 manager tool인 Portainer 서버 구축 2. Portainer는 컨테이너 기반이라 기본적으로 docker 가 설치 되어야 한다. 3. 설치 ## Docker 설치 [root@Docker-Portainer ~]# curl -s https://get.docker.com | sudo sh ## iptables disable [root@Docker-Portainer ~]# systemctl stop firewalld [root@Docker-Portainer ~]# systemctl disable firewalld ## Docker start [root@Docker-Portainer ~]# systemctl res.. 이전 1 다음