Skip to content

Docker files to host GitLab and GitLab Runner on WSL2.

License

Notifications You must be signed in to change notification settings

nmoa/docker-gitlab-for-wsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitLab on docker for WSL2

Overview

Docker files to host GitLab and GitLab Runner on WSL2.

Requirements

  • docker
  • docker-compose

Usage

  1. Set the IP address of the Windows host to the environment variable WINDOWS_IP.

    export WINDOWS_IP = 192.168.1.10
  2. Enable the docker service.

    sudo service docker start
  3. Run the following command in the directory where the docker-compose.yml exists.

    docker-compose up -d
  4. GitLab can be accessed from http://{WINDOWS_IP}:8080/

About

Docker files to host GitLab and GitLab Runner on WSL2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published