Skip to content

Adron/blue-land-app

Repository files navigation

blue-land-app

An application written with Go.

Notes:

Using Dep for dependency management.

Commands:

  • dep init to start the project.
  • dep ensure picks up new dependencies and places them in the vendor directory.

Getting the docker image build and running.

docker build -t blue-land-app .

Then run the container.

docker run --publish 8080:8080 --name test --rm blue-land-app

kubectl actions

kubectl run --image=adron/blue-land-app --port=8080 --env="DOMAIN=cluster" deployment "blue-land-app" created

About

An application written with Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published