docker build -t go_basic .
docker run -it go_basic
will get you in the go_basic container. Since we made /app, when you cd out, you will see the go docker image with all the tmp vars and stuff.
docker run -it {hash_code_at_the_end_of_build} /bin/bash
Will get you inside the golang docker container. If you cd out, you will see the bin sys etc all that good stuff.
kubectl port-forward $POD_NAME 5433:5432
local host 5433 is ported to 5432