Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/col-panic/gnomint-docker
Gnomint running in a browser using docker
https://github.com/col-panic/gnomint-docker
docker docker-compose gnomint ubuntu
Last synced: about 12 hours ago
JSON representation
Gnomint running in a browser using docker
- Host: GitHub
- URL: https://github.com/col-panic/gnomint-docker
- Owner: col-panic
- Created: 2019-09-12T11:45:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T10:53:23.000Z (2 months ago)
- Last Synced: 2024-09-10T12:25:20.313Z (2 months ago)
- Topics: docker, docker-compose, gnomint, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gnomint-docker
Run [GnoMint](https://sourceforge.net/projects/gnomint/) in a browser within ubuntu.
## Usage
All data within `./homedir` will be shared in `/root` within the container.
1. Clone this directory to your computer
2. Start with `docker-compose up`.
3. After startup connect to the Ubuntu Desktop via http://127.0.0.1:6080/#/.## Kudos
This project is based upon [fcwu/docker-ubuntu-vnc-desktop](https://github.com/fcwu/docker-ubuntu-vnc-desktop).