Sign inSign up

petrepatrasc/docker-ubuntu

By petrepatrasc

•Updated over 8 years ago

A base image with some tools pre-configured in order to facilitate creation of other images.

Image
0

3.2K

petrepatrasc/docker-ubuntu repository overview

⁠Docker Ubuntu

Build Status

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.

⁠Usage

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:

  • 14.04: docker run -it petrepatrasc/docker-ubuntu:14.04
  • 15.04: docker run -it petrepatrasc/docker-ubuntu:15.04
  • 15.10: docker run -it petrepatrasc/docker-ubuntu:15.10

⁠Extending

You 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

⁠Software Configured

This image comes pre-configured with the following:

  • vim
  • cURL
  • supervisord
  • netcat

Tag summary

Content type

Image

Digest

sha256:62540e4ce…

Size

126.6 MB

Last updated

almost 9 years ago

docker pull petrepatrasc/docker-ubuntu