We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31c8b5 commit 029440aCopy full SHA for 029440a
doc/docker_integration.md
@@ -1,6 +1,10 @@
1
Docker integration
2
===============================================================================
3
4
+**Note:** This page is mainly about building Haskell packages inside docker containers.
5
+If you want to deploy your built Haskell programs into a docker container,
6
+look [here](GUIDE.md#docker) instead.
7
+
8
`stack` has support for automatically performing builds inside a Docker
9
container, using volume mounts and user ID switching to make it mostly seamless.
10
FP Complete provides images for use with stack that include GHC, tools, and
0 commit comments