Skip to content

SImple Golang (Martini framework) based test application

Notifications You must be signed in to change notification settings

vavilen84/go-martini-test-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-martini-test-app

Simple Golang (Martini framework) based test application:

Install Docker

https://docs.docker.com/install/

Install docker-compose

https://docs.docker.com/compose/install/

Install docker-hostmanager

https://github.com/iamluc/docker-hostmanager

Run manager

$ docker run -d --name docker-hostmanager --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /etc/hosts:/hosts iamluc/docker-hostmanager

Env

create .env file from .env.dist and set correct env var values

Start with Docker

$ cd /project/path
$ docker compose up -d --build

Application URLs:

About

SImple Golang (Martini framework) based test application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published