Debian Docker Image: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 May 2025

  • curprev 01:2101:21, 17 May 2025T1t0 talk contribs 911 bytes +49 No edit summary
  • curprev 00:0200:02, 17 May 2025T1t0 talk contribs 862 bytes +862 Created page with "You can start with a Cdebootstrap minimal debian and then as root, create a root.tar file with <pre> cd DEBIAN_*; tar -cf ../root.tar ./; cd .. </pre> and finally, as a common user, create an image with the follow Dockerfile: <pre> FROM scratch ADD root.tar / RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \ && apt-get -q -y update \ && apt-get -q -y install ca-certificates \ && apt-get -q -y install netcat-traditional teln..."