- Install Docker on your system: https://www.docker.com/products/docker-desktop
- Clone this repository
- Navigate into the repository
- Build the Docker image by running
docker build -t go-docker-hello-world .
- Start a new Docker container by running
docker run go-docker-hello-world
- β¨Magic β¨
You should see the following output:
Hello, Docker π³
- Docker
- Go Language basic knowledge
- Go - The programming language used
- Docker - The container platform used
Please feel free to make a pull request or open an issue if you have any suggestions or improvements.
This repository was created by @toledomauricio
This project is licensed under the MIT License.
Free Software, Hell Yeah!π€