Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 282 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 282 Bytes

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