module
Version:
v0.0.0-...-bbdfdf0
Opens a new window with list of versions in this module.
Published: May 11, 2019
License: MIT
Opens a new window with license information.
README
¶
Go Docker Starts
A quick Dockerized Go project starter
Features
- Run a Go server without installing any packages locally
- Uses
realize to handle in container updates to code
- Local dev specific Dockerfile
Starting
- To build the image the very first time run
make build.
- To start the server just run
make
- The server will spin up on whatever port is defined in your dev env file (
docker/dev.env)
Directories
¶
Click to show internal directories.
Click to hide internal directories.