Site Tools


marc:linux:dockerfiles:gitlab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

marc:linux:dockerfiles:gitlab [2022/03/29 18:13] – created marcvmarc:linux:dockerfiles:gitlab [2022/03/29 18:22] (current) marcv
Line 29: Line 29:
 # To edit, open a prompt inside the container: docker exec -it gitlab /bin/bash # To edit, open a prompt inside the container: docker exec -it gitlab /bin/bash
 # Now you can edit the files using the VI editor # Now you can edit the files using the VI editor
 +#
 +# Updating the container:
 +# 1) backup the container: docker exec -t <container name> gitlab-backup create
 +#      more information on:https://docs.gitlab.com/ee/install/docker.html#back-up-gitlab
 +# 2) docker-compose down
 +# 3) docker-compose pull
 +# 4) docker-compose up -d
 </code> </code>
marc/linux/dockerfiles/gitlab.1648570438.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki