Skip to content

Commit 36c242b

Browse files
committed
Update docker_integration.md
1 parent 98557bc commit 36c242b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/docker_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ and publish port 3000.
338338
If you do want to do all your work, including editing, in the container, it
339339
might be better to use a persistent container in which you can install Ubuntu
340340
packages. You could get that by running something like `stack
341-
--docker-container-name=NAME --docker-persist docker exec bash`. This
341+
--docker-container-name=NAME --docker-persist exec --plain bash`. This
342342
means when the container exits, it won't be deleted. You can then restart it
343343
using `docker start -a -i NAME`. It's also possible to detach from a container
344344
while it continues running in the background using by pressing Ctrl-P Ctrl-Q,

0 commit comments

Comments
 (0)