add docker build
add nixos ci build
set up a dev environment
A simple hello-world go application.
docker load < $(nix-build ci.nix -A docker-image)
docker run --rm -it --name go-hello-world-nix go-hello-world:dev-nix
docker export go-hello-world-nix | tar tf -
docker build -t go-hello-world:dev-alpine .
docker run --rm -it -p 8000 --name go-hello-world-alpine go-hello-world:dev-alpine
docker export go-hello-world-alpine | tar tf -