A base image with some tools pre-configured in order to facilitate creation of other images.
3.2K
This repository is a base image that installs some common software required for building some other containers. It essentially allows for the setup of a base Ubuntu image with some defaults that are pre-configured for debug, maintenance and process management.
In order to run the container you can simply run:
docker run -it petrepatrasc/docker-ubuntu
The image is available on Docker Hub for multiple versions of Ubuntu:
docker run -it petrepatrasc/docker-ubuntu:14.04docker run -it petrepatrasc/docker-ubuntu:15.04docker run -it petrepatrasc/docker-ubuntu:15.10You can use any of the images above in order to extend and build your own.
FROM petrepatrasc/docker-ubuntu
RUN apt-get install -y -qq apache2
EXPOSE 80
This image comes pre-configured with the following:
Content type
Image
Digest
sha256:62540e4ce…
Size
126.6 MB
Last updated
almost 9 years ago
docker pull petrepatrasc/docker-ubuntu