GitHub - cnphpbb/dockerfiles: dockerfiles

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Docker images for running systemd

You can use this images as base containers to run systemd services inside.

Usage

Run the container as a daemon

docker run -d \
--cap-add SYS_ADMIN \
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \
cnphpbb/$IMAGE

Enter to the container

docker exec -it $CONTAINER_ID bash