Two agents using the same filesystem. #303
abnerjacobsen
started this conversation in
General
Replies: 1 comment
-
|
Hey @abnerjacobsen! You can't use |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Suppose I want to run two instances of an agent filesystem in two different Docker containers using
agentfs mount (fuse), where both agents point to the same agent ID.Like this:
$ agentfs init my-agentIn container1:
agentfs mount my-agent ./mntIn container2:
agentfs mount my-agent ./mntIs this possible? Any problems with this type of use of agentfs?
Beta Was this translation helpful? Give feedback.
All reactions