Skip to content

MarCialR/flask_docker

Repository files navigation

panic

docker build -t panic .

docker run --env-file=src_panic_app/ENVIRONMENT.env panic

docker run --rm=true --env-file=src_panic_app/ENVIRONMENT_DEV.env -v $(pwd)/src_panic_app:/panic_app/ --name panic -p 0.0.0.0:8080:8080 panic

If from an instance: -p <EXTERNAL_IP>:8899:8080

Inspect container

sudo docker inspect panic

dependencies

flask flask-restful pexpect uwsgi nose

theme

git clone https://github.com/IronSummitMedia/startbootstrap-sb-admin.git startbootstrap-sb-admin

docs

flask http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-ii-templates

flask-restful https://flask-restful.readthedocs.org/en/0.3.0/quickstart.html#a-minimal-api

configuration http://maximebf.com/blog/2012/10/building-websites-in-python-with-flask/#.VIVjxerd-kA

postgres

imagen => https://registry.hub.docker.com/_/postgres/

investigar

http://haifux.org/lectures/294/modern-web-applications.pdf

to think

http://code.activestate.com/recipes/159571-importing-any-file-without-modifying-syspath/

GitHub

https://github.com/MarCialR/flask_docker.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published