/fullcycle-docker

Docker exercises for the Full Cycle course.

Primary LanguageDockerfileApache License 2.0Apache-2.0

Hello World

This is a simple README file that demonstrates the classic "Hello World" program, written in Go.

Introduction

The "Hello World" program is a traditional starting point for learning programming languages. It is a simple program that prints the phrase "Hello, World!" to the console.

Usage

This program is available in the Docker Hub. It requires Docker to be installed on your machine.

You can download it from the using the following command:

docker pull sscabral/fullcycle

Then you an run it using the following command:

docker run sscabral/fullcycle

Enjoy!