Skip to content

Builds a docker image with JOSM and dependencies installed (linux)

Notifications You must be signed in to change notification settings

mapbox/docker-josm-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

docker-josm-linux

Builds a docker image with JOSM and dependencies installed.

Build

docker build -t docker-josm-linux .

Run

docker run -ti --rm \
    -e DISPLAY=$DISPLAY \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -v ~/.josm:/home/developer/.josm \
    --net=host -p 8111:8111 \
    docker-josm-linux:latest

About

Builds a docker image with JOSM and dependencies installed (linux)

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published