You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ PyTerraBackTYL is a generic HTTP/REST backend that uses plugins for managing you
7
7
## Setup:
8
8
For detailed setup instructions, see the [documentation on readthedocs.io](https://pyterrabacktyl.readthedocs.io/en/latest/).
9
9
10
+
## Docker:
11
+
Visit [PyTerraBackTYL Docker Hub page](https://hub.docker.com/r/devdull/pyterrabacktyl) to get up and running quickly. By default, the container starts up using the PyShelveBackend module, but contains all package requirements for the GitBackend and the AESBackend.
12
+
10
13
## Quickstart:
11
14
### Requirements:
12
15
- PyTerraBackTYL was developed using Python 3.6 and is subsequently recommended, but 3.4 and 3.5 have been tested and known to work well.
0 commit comments