Ubuntu image with some packages for development environments. Do not use it for production.
597
A Docker ubuntu image with some useful packages for development environments. Do not use it for production.
A dev user is created to perform non-root operations. The dev user does not have password and is sudoer.
To change the dev user UID / GID in Dockerfiles using this base image, use the change-dev-id command.
RUN change-dev-id <NEWUID> [<NEWGID>]
If NEWGID is not specified, it will have the same value than NEWUID.
This command is useful to set the same permissions on files shared via a volume with the user on the host machine.
Content type
Image
Digest
sha256:7d24eb6a4…
Size
118.1 MB
Last updated
about 8 years ago
docker pull alexisno/ubuntu-dev