Explain you can use Docker alternatives for local preview

This commit is contained in:
Tim Bannister
2022-06-02 14:13:47 +01:00
parent c7730937a4
commit a531bcc933
+1
View File
@@ -39,6 +39,7 @@ git submodule update --init --recursive --depth 1
To build the site in a container, run the following:
```bash
# You can set $CONTAINER_ENGINE to the name of any Docker-like container tool
make container-serve
```