Skip to content

Instantly share code, notes, and snippets.

@y16ra
Created July 31, 2014 09:38
Show Gist options
  • Save y16ra/d850986b198c8c561036 to your computer and use it in GitHub Desktop.
Save y16ra/d850986b198c8c561036 to your computer and use it in GitHub Desktop.
GitLabコンテナ構築手順
docker pull sameersbn/gitlab:latest
docker run --name='gitlab' -it --rm -p 10022:22 -p 10080:80 -e 'GITLAB_PORT=10080' -e 'GITLAB_SSH_PORT=10022' sameersbn/gitlab:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment