Skip to content

limed/docker-ubuntu-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Base ubuntu docker image

Building docker image

Build image first:

docker build -t limed/ubuntu-base .

Tag image if you want:

docker tag <random hash here> limed/ubuntu-base:14.04

Push image to docker hub:

docker push limed/ubuntu-base