https://github.com/sofwerx/docker-maplab
Dockerized maplab
https://github.com/sofwerx/docker-maplab
Last synced: 5 days ago
JSON representation
Dockerized maplab
- Host: GitHub
- URL: https://github.com/sofwerx/docker-maplab
- Owner: sofwerx
- Created: 2018-07-03T18:28:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T15:10:47.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T18:50:12.693Z (about 2 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maplab
Dockerization of the maplab project
To run, clone this repo and then use make:
git clone https://github.com/sofwerx/docker-maplab
cd docker-maplab
makeThis will build and run the docker container with the maplab components.
You can then pull up the maplab console via the floating TTY session at:
http://{docker-engine-ip-address}:8090/
If you are running a local docker-ce engine, try localhost:
http://localhost:8090
This likely requires a GLX direct/indirect X11 display to run.
Please read the [GLX.md](GLX.md) file for instructions for your particular X11 display.
Note: You may need to run `xterm` or some other X11 client app once on your mac to generate the `MIT_MAGIC_COOKIE` in `~/.Xauthority` for your XQuartz display.