This repository is part of the challenges from the course FullCycle 2 by Code.Education
-
Publish an image in docker hub that prints Code.education Rocks! when run.
-
The app must be written using Go Lang.
-
The final image must be less than 2MB =)
The final image was created FROM scratch, using multistage building, resulting in an image with 1.36MB
To run the image use the following command:
docker run hraniere/codeeducation