debian-docker icon indicating copy to clipboard operation
debian-docker copied to clipboard

scripts and Dockerfiles to build jmtd/debian* docker images

Results 5 debian-docker issues
Sort by recently updated
recently updated
newest added

I'm surprised this didn't occur to me earlier, but we should generally run the builds inside containers themselves, so the host does not need to be Debian/have debootstrap around. There...

As the Docker daemon assigns IP addresses to a container, no DHCP client needs to be installed in a base image. Currently, the package [isc-dhcp-client](https://packages.debian.org/stretch/isc-dhcp-client) is installed, which, as written...

It’d be great if the locale and time zone could be set. For the time zone, using `timedatectl` in the Dockerfile does not work out of the box when building...

Elevated privileges are needed for some operations (chroot) and might be needed, depending on configuration, for others (docker ...); need to clarify how the user should achieve this (just run...