Skip to content

danisbagus/dockerize-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Appplication Using Docker

Instalation

Pull base image from docker-hub

docker push danisbagus/base-go:latest

Create .env file

cp .env.example .env

Build new image

docker build -t danisbagus/app-go .

Running App

Create and run new container

./run.sh

About

Go application using docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published