These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
683 B

  1. # DockerPythonFlask
  2. This is a dockerized version of a Python3 Flask Server.
  3. The original container and documentation are made by [tiynger](https://hub.docker.com/r/tiynger/pythonflask).
  4. ## Volumes
  5. Set the following volumes with the -v tag.
  6. | Volume-Name | Container mount | Description |
  7. | ----------- | --------------- | ------------------------------- |
  8. | app | /flask | directory for flask application |
  9. ## Ports
  10. Set the following volumes with the -p tag.
  11. | Container-Port | Recommed outside port | Protocol | Description |
  12. | -------------- | --------------------- | -------- | ----------- |
  13. | 5000 | 80 | TCP | HTTP port |