Skip to content

Docker image for an ArchLinux with a working Systemd (working without --privileged), provisionned with Chef to be used in Test Kitchen

License

Notifications You must be signed in to change notification settings

makeorg/docker-arch-systemd-kitchen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

docker-arch-systemd-kitchen

Docker image for an ArchLinux with a working Systemd (working without --privileged), provisionned with Chef to be used in Test Kitchen.

Test it easily with:

# Get the image
docker pull sbernard/arch-systemd-kitchen
# Run it (do not forget cgroup volume for systemd)
docker run -d -v /sys/fs/cgroup:/sys/fs/cgroup:ro --name ask \
  sbernard/arch-systemd-kitchen
# Open a shell in it, you can try 'systemctl' for instance
docker exec -it ask bash -c 'TERM=xterm bash'
# Kill and remove the container
docker kill ask; docker rm ask

About

Docker image for an ArchLinux with a working Systemd (working without --privileged), provisionned with Chef to be used in Test Kitchen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%