Skip to content

toledomauricio/GoDockerHelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GoDockerHelloWorld

A Cool Introduction to Go & Docker πŸš€

Getting Started

  1. Install Docker on your system: https://www.docker.com/products/docker-desktop
  2. Clone this repository
  3. Navigate into the repository
  4. Build the Docker image by running docker build -t go-docker-hello-world .
  5. Start a new Docker container by running docker run go-docker-hello-world
  6. ✨Magic ✨

You should see the following output:

Hello, Docker 🐳

Prerequisites

  • Docker
  • Go Language basic knowledge

Built with

  • Go - The programming language used
  • Docker - The container platform used

Contributing

Please feel free to make a pull request or open an issue if you have any suggestions or improvements.

Authors

This repository was created by @toledomauricio

License

This project is licensed under the MIT License.

Free Software, Hell Yeah!🀘

About

GoDockerHelloWorld: A Cool Introduction to Go & Docker πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages