Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ottx96/ungit-docker
Credits: https://github.com/FredrikNoren/ungit
https://github.com/ottx96/ungit-docker
docker git ungit
Last synced: 4 days ago
JSON representation
Credits: https://github.com/FredrikNoren/ungit
- Host: GitHub
- URL: https://github.com/ottx96/ungit-docker
- Owner: ottx96
- License: mit
- Created: 2021-03-13T18:08:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T11:17:21.000Z (over 3 years ago)
- Last Synced: 2024-08-01T15:36:06.192Z (3 months ago)
- Topics: docker, git, ungit
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![https://img.shields.io/badge/ungit-docker-blue](https://img.shields.io/badge/docker-ungit-blue)
![https://camo.githubusercontent.com/716bbdd0ef8120e6d1fbd05bd50f8dcaa276d8ee10248ca8dde63d08026d3663/68747470733a2f2f62616467652e667572792e696f2f6a732f756e6769742e737667](https://camo.githubusercontent.com/716bbdd0ef8120e6d1fbd05bd50f8dcaa276d8ee10248ca8dde63d08026d3663/68747470733a2f2f62616467652e667572792e696f2f6a732f756e6769742e737667)## Usage
### Build the image
1. clone the repository: `git clone https://github.com/ottx96/ungit-docker.git`
2. cd into the directory: `cd ungit-docker`
3. build the image: `docker build -t ungit:latest .`### Run the container
`docker run -d --rm --name ungit -p [local port]:8448 -v "[git repo]:/git" ungit`#### Example (run inside git repo)
`docker run -d --rm --name ungit -p 8448:8448 -v "$(pwd):/git" ungit`## Purpose
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.## Credits / Source
https://github.com/FredrikNoren/ungit