/ubuntu-16-dockerfile

Dockerfile for creating a docker container based on Ubuntu 16.04

Primary LanguageDockerfile

Ubuntu 16.04 Dockerfile

Example Ubuntu 16.04 Dockerfile

Authors

Build Steps

Docker Download

    git clone git@github.com:tommyready/ubuntu-16-dockerfile.git
    cd ubuntu-16-dockerfile
    docker build . 
``
*don't forget the . after the build command