Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 848 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 848 Bytes

Dockerfile for the Ubuntu 10.04 Lucid i386 (32bit)

Supported tags and respective Dockerfile links

About this Repo

This is the Git repo of the Docker image for the Ubuntu 10.04 Lucid i386 (32bit). See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

How to use the Docker image (recommend: use the Docker hub image)

Use shell:

docker run -it yamamuteki/ubuntu-lucid-i386

Use in your Dockerfile

FROM yamamuteki/ubuntu-lucid-i386
...