Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
/ swarm Public archive

Latest commit

 

History

History
22 lines (16 loc) · 626 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 626 Bytes

🚨 OBSOLETED 🚨

This repository is obsoleted. See upnl/kubernetes for newer infrastructure.

 

유피넬 도커 스웜

# 도커가 기본값으로 IPv6를 지원하지 않아, localhost가 기본으로 ::1 를 가리키는
# 환경에선 문제가 있을 수 있다는 점에 유의하라
#
# Reference: https://docs.docker.com/v17.09/engine/userguide/networking/default_network/ipv6/

sudo git clone https://github.com/upnl/swarm.git /srv/swarm

sudo docker swarm init
sudo docker stack deploy -c /srv/swarm/gitlab.yml gitlab