/fullcycle-challenges-docker01

Docker first challenge resolution from FullCycle2 course by code.education

Primary LanguageDockerfileMIT LicenseMIT

fullcycle-challenges-docker01

FullCycle by Code.Education

This repository is part of the challenges from the course FullCycle 2 by Code.Education

Docker Challenge #01 - Go

  1. Publish an image in docker hub that prints Code.education Rocks! when run.

  2. The app must be written using Go Lang.

  3. The final image must be less than 2MB =)

Challenge Solution

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