/go-image

Primary LanguageDockerfile

Go Image

Project   |    How to use   

📋 Project

  • Simply Go Lang project to study Docker and Dockerfile. Generate container with go and sample go program.

💻 How to use

Getting from Docker Hub

# You can pull from Docker Hub
$ docker pull osergioneto/codeeducation

Running Locally

To clone and run this application, you need Docker installed on your machine. On your command line:

Clone this repository

# Enter the command below to clone the repository
$ git clone https://github.com/osergioneto/go-image
$ cd go-image/

Build and running image

# Build your image
docker build --tag name-of-your-image .

# Run docker container from image
docker run name-of-your-image

$ Code.education Rocks! # Expected output

Made by Sérgio Deusdedith 👋
🔗 Linkedin
sergio.deusdedith@gmail.com