Run Katan in a Docker container #18
Replies: 4 comments
-
Why not use docker volumes and mount Host volume to the (Katan) container? Or all containers have a shared volume between them? |
Beta Was this translation helpful? Give feedback.
-
This was considered, however, the question is how Katan (inside his container) will access data from the other containers created ince the server container cannot be linked to the host, unlike Katan itself. |
Beta Was this translation helpful? Give feedback.
-
Well, you stated that the main issue is navigating to files and doing actions in others containers right? Why you can't do this with ssh? |
Beta Was this translation helpful? Give feedback.
-
SSH is a good option, I will start to think about how to create his implementation.
yes, I am aware of this, thanks. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
The only current way to successfully run the Katan server is on the local host, with privileges. This is because we have not yet provided a solution to explore the files on the servers without being directly connected to them, outside the Docker environment.
Note: container created by Katan have a common network (
katan0
) that is created the first time that Katan is run, it can serve something.Additional context
To do this you will need to create a new configuration option and a new
FileSystem
implementation and switch it during the initialization of the file system module.Beta Was this translation helpful? Give feedback.
All reactions