mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
Example commands for creating a base image do not work due to multiple issues. - 16:04 not a valid tag for ubuntu image - apt-get install fails without preceeding `apt-get update` - gcc command fails without `-nostartfiles` flag - `docker run` without the `--rm` leaves behind containers which is unintuitive, and inconsistent with the build image used above.