Paste bin for images used by Travis CI to build and test systemd
218
The repository is used by Travis CI to build docker image suitable for systemd unit testing.
Each build can be found under tag corresponding to the commit hash.
Usage:
docker run -dit --name $CUSTOM_CONTAINER_NAME cermakm/systemd:$COMMIT_HASH bash
The container is now running in the background, shell into it using
docker attach $CUSTOM_CONTAINER_NAME
This puts u into systemd directory identical with the CI environment. Feel free to perform any tests.
Detach the container with CTRL+P+Q or stop the container with CTR+D from within container
To stop container from within another shell:
docker stop $CUSTOM_CONTAINER_NAME
NOTES:
No tags have been pushed to this repository yet.