An open API service indexing awesome lists of open source software.

https://github.com/fdabrandao/docker-ubuntu

Ubuntu docker image with a few additional packages
https://github.com/fdabrandao/docker-ubuntu

docker docker-image docker-ubuntu dockerfile

Last synced: about 1 month ago
JSON representation

Ubuntu docker image with a few additional packages

Awesome Lists containing this project

README

        

## Docker-Ubuntu

This repository contains **Dockerfile** of [Ubuntu](http://www.ubuntu.com/) with a few additional packages for [Docker](https://www.docker.com/)'s [automated build](https://hub.docker.com/r/fdabrandao/docker-ubuntu/) published to the public [Docker Hub Registry](https://hub.docker.com/).

* GiHub repository:
* BitBucket repository:
* Docker repository:

### Base Docker Image

* [ubuntu:trusty](https://registry.hub.docker.com/u/library/ubuntu/)

### Additional packages

* `make`
* `g++-4.8`
* `python2.7`
* `python-pip`
* `python-dev`
* `python3.5`
* `python3-pip`
* `python3.5-dev`
* `python-virtualenv`
* `glpk-utils`

### Installation

1. Install [Docker](https://www.docker.com/).

2. Download [automated build](https://hub.docker.com/r/fdabrandao/docker-ubuntu/) from public [Docker Hub Registry](https://hub.docker.com/):

`docker pull fdabrandao/docker-ubuntu`

(alternatively, you can build an image from Dockerfile:

`docker build -t fdabrandao/docker-ubuntu github.com/fdabrandao/docker-ubuntu`)

### Usage

docker run -it --rm fdabrandao/docker-ubuntu