- Docker installation
- DockerHub account registration
Modifications as pointed out in the Dockerfile itself can be found here.
Building the image with:
docker image build -f Dockerfile -t s1810/my-first-docker-image:0.0.1 ./
Current images available on my machine:
Using Travis CI to automatically build the image of the exercise. The Dockerfile and .travis-yml had to be adapted to make it work fully automatically.
In order to verify the images were pushed to the DockerHub-repository a pull has been done: