diff --git a/data/README.md b/data/README.md new file mode 100644 index 0000000..d9b65cc --- /dev/null +++ b/data/README.md @@ -0,0 +1,5 @@ +# The data folder + +Container state will be automatically stored in this folder, with one subfolder per container (as configured by the `volumes:` sections in the `docker-compose.yml` file). + +You must create this folder manually if you downloaded the `docker-compose.yml` file. You can also clone the entire repo in order to not have to make the folder manually.