Docker container to install and run skipper
- Install the rvannauker/skipper container:
docker pull rvannauker/skipper
- Run skipper through the skipper container:
docker run --rm --env="DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" --volume $(pwd):/workspace --name="skipper" "rvannauker/skipper"
To run, test and develop the Skipper Dockerfile itself, you must use the source directly:
- Download the source:
git clone https://github.com/RichVRed/docker-skipper.git
- Build the container:
docker build --force-rm --tag "rvannauker/skipper" --file skipper.dockerfile .
- Test running the container:
docker run --rm --env="DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" --volume $(pwd):/workspace --name="skipper" "rvannauker/skipper"