This is a basic Debian Jessie docker image. It contains mostly the mandatory tools.
1.3K
This is a basic Debian Jessie docker image. It contains mostly the mandatory tools.
docker pull yueyehua/debian-base
docker run \
-d \ # daemonize
--privileged \ # for systemd
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \ # for systemd
--name base \ # container name
-h base \ # hostname
yueyehua/debian-base
docker exec -ti base bash
[Do something here]
docker stop base
docker rm base
Content type
Image
Digest
Size
266.9 MB
Last updated
over 9 years ago
docker pull yueyehua/debian-base