Skip to content

leafknode/docker-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

docker-ubuntu

Simple Dockerfile for creating a base Ubuntu Trusty container. This image is hosted on Docker Hub and can be referenced via the following:

FROM leafknode/base-ubuntu

Building

To Build this, clone the repository and type:

docker build -t leafknode/base-ubuntu .

Accessing the shell

If you want to access the shell, type the following:

docker run -t -i leafknode/base-ubuntu /bin/bash

About

Ubuntu Docker Image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors