aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-06-29 19:04:30 +0300
committerGitHub <noreply@github.com>2020-06-29 19:04:30 +0300
commit2544192012cafef05b739c706a893ef0bd4f4d65 (patch)
tree41f47de8b44c7b22ad2c32a2b69b2179e8c439b6
parente04179df9a1e809f252f15323f6b1c775f4094f4 (diff)
add link to docker docs
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f31f84..e50f1d7 100644
--- a/README.md
+++ b/README.md
@@ -178,6 +178,13 @@ hugo serve --baseUrl=http://localhost/ --theme=cstate --themesDir=../.. --verbos
The main directory is the theme itself (the cState guts, basically) and the `exampleSite` folder houses all content. Use this local setup to experiment before making a PR.
+
+### — Docker —
+
+cState comes with a Dockerfile and Netlify ([according to their article from 2016](https://www.netlify.com/blog/2016/10/18/how-our-build-bots-build-sites/)) uses a similar Docker system to build cState. This is an option for people who prefer Docker and NGINX instead of serverless, but serverless still has the priority in our development.
+
+[Read wiki](https://github.com/cstate/cstate/wiki/Docker)
+
## Updating 🎉
**If you are updating from one major version to another, like from v3 to v4, then please [read the migration guides](https://github.com/cstate/cstate/wiki/Usage#migration-guides).**