Skip to content

kenjisato1111/docker-maplab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
make

This 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 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.

About

Dockerized maplab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 49.0%
  • Shell 36.1%
  • Makefile 14.9%