- clone the repository:
git clone https://github.com/ottx96/ungit-docker.git
- cd into the directory:
cd ungit-docker
- build the image:
docker build -t ungit:latest .
docker run -d --rm --name ungit -p [local port]:8448 -v "[git repo]:/git" ungit
docker run -d --rm --name ungit -p 8448:8448 -v "$(pwd):/git" ungit
I have created this image to help people that aren't familiar with git.
Also, this is meant to be run temporarily from time to time.
The container can be stopped at any time.