Skip to content

ichtrojan/go-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker with Go

Prerequisite

  • Docker 🐳 installed on host machine, that's all 😒

Setup

To build and run our Dockerfile simply run:

docker-compose up

Trust me that's all you need to do.

Usage

Visit 0.0.0.0:8888 on your web browser

Hello World

Also, if you visit 0.0.0.0:8888/greet/{your-name} you will get a greeting with your name attached

greet

All running within a docker container.

Releases

No releases published

Packages

No packages published