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 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T10:53:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T11:11:12.608Z (over 1 year ago)
- Topics: docker, docker-compose, gnomint, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- 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).