This repository contains Dockerfile of Ubuntu for Docker's automated build published to Docker Hub
- Install Docker
- Pull from Docker Hub
docker pull xaamin/ubuntu
- Build an image from Dockerfile
docker build -t xaamin/ubuntu https://github.com/xaamin/ubuntu.git
docker run --rm -it xaamin/ubuntu bash