Replies: 1 comment 1 reply
-
|
I was also thinking about this issue because the instructions are not consistent for the docker deployment. We need better, clear docker documentation |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am trying to run serena in a docker setup. Am I correct that in the running docker container, there should be
When I run the docker container according to the docs, I only bind mount
/workspaces/projects. But theserena_config.docker.ymllays in/workspaces/serena.This folder is not bind mounted and will be
--rmwith the rest of the container on shutdown.In another doc over here the whole
/workspacedirectory is bind-mounted. I guess in the end it does not matter too much, where the projects are. Because you have to init them with their full path either way. But maybe the docs should still use one path as not to confuse ... me.Beta Was this translation helpful? Give feedback.
All reactions