Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 393 Bytes

File metadata and controls

12 lines (11 loc) · 393 Bytes

ITO-DevOps-Tutorial

this is a step by step guide on how to host your own gitlab-ce instance with docker

UI for Docker (Optional)

create a docker volume

docker volume create portainer_data

start the portainer

docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce