skipper icon indicating copy to clipboard operation
skipper copied to clipboard

Easily dockerize your Git repository

Results 6 skipper issues
Sort by recently updated
recently updated
newest added

The new podman supports mapping podman-sockets to containers and works like Docker. Currently, it can be implemented manually by mapping the socket as any other volume. It should be treated...

Since skipper is useful to be installed as a system-level package and not just in a virtualenv, the older click version conflicts with other utilities that use newer version of...

Installing skipper without setting flag --user in pip caused this error while trying to run it: relabel failed "/usr/local/lib/python3.6/site-packages/skipper/data/skipper-entrypoint.sh": relabeling content in /usr is not allowed

Getting this error running skipper on MacOS ``` Error: the '--group-add keep-groups' option is not supported in remote mode ``` group-add was added with this commit: https://github.com/Stratoscale/skipper/commit/46c1562097cee5caf0330f8316938eab685985e0 Is there a...