#go-microservice Example of a service that implements a healthz endpoint.
The server starts in development mode, already unsealed.
docker-compose up
Set the VAULT_ADDR environment variable to the address of the Vault server.
VAULT_ADDR=http://127.0.0.1:8200
Authenticate to the server using the Root Token shown on server start.
vault auth {Root Token}
GOOS=linux bash build
docker build -t lucksolutions/go-microservice:1.0.0
docker push lucksolutions/go-microservice:1.0.0