The `local` logging driver captures output from container’s stdout/stderr
and writes them to an internal storage that is optimized for performance and disk use.
We also want to capture these logs on startup to wait for success/failure.
Advise the use of `--privileged` when running Docker-in-Docker to avoid
various permissions issues encountered in testing.
Change-type: patch
Changlelog-entry: docker: Improve handling of Docker-in-Docker errors
Signed-off-by: Kyle Harding <kyle@balena.io>
Add Dockerfiles for alpine and debian images, based on
balenalib/arch-distro-node images.
Change-type: minor
Signed-off-by: Kyle Harding <kyle@balena.io>