Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 261 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 261 Bytes

base

Base Trusty image for octohost. Trusty was installed with debootstrap:

`debootstrap --arch=amd64 --variant=minbase trusty x && tar c -C x . | docker import - octohost/trusty``

Can be pulled from the Docker registry:

docker pull octohost/base:trusty