kubernetes-django icon indicating copy to clipboard operation
kubernetes-django copied to clipboard

Show how to test the site locally within Docker

Open hnarayanan opened this issue 8 years ago • 0 comments

You can check it out locally if you want:

# TODO: The following needs to be fixed, and needs to be connected
# with the running local postgres container above
# docker run --name some-app --link some-postgres:postgres -d application-that-uses-postgres

hnarayanan avatar Mar 20 '16 13:03 hnarayanan