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.
- GitHub page: https://github.com/yamamuteki/ubuntu-lucid-i386
- Docker Hub page: https://hub.docker.com/r/yamamuteki/ubuntu-lucid-i386/
Use shell:
docker run -it yamamuteki/ubuntu-lucid-i386
Use in your Dockerfile
FROM yamamuteki/ubuntu-lucid-i386
...