Skip to main content

Extra plugins for rocker

Project description

This adds extensions for tfoote/rocker.

Extensions

Mount

This mounts paths as docker volumes. The path used inside the container is the same as the path outside the container. Multiple paths may be passed. The last path must be terminated with two slashes – before the image name.

rocker --oyr-mount ~/.vimrc ~/.bashrc -- ubuntu:18.04

Colcon

This adds colcon to the docker image.

rocker --oyr-colcon ubuntu:18.04

Spacenav

This adds support for a 3Dconnexion SpaceNavigator and allows the docker container to use it.

rocker --oyr-spacenav ubuntu:18.04

Capabilities

Two plugins add support for adding or droping runtime linux capabilities. For more information see [docker run –cap-add and –cap-drop documentation](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities).

rocker --oyr-cap-add SYS_PTRACE --ory-cap-drop ALL ubuntu:18.04

Docker Run args

This allows adding arbitray arguments to docker run.

rocker --oyr-run-arg " --label foo=bar" ubuntu:18.04

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

off-your-rocker-0.1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

off_your_rocker-0.1.0-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page