Closed
Description
At work, we use CoreOS's Fleet to schedule our containers across a few servers. Interaction with Fleet is via a unix socket /var/run/fleet.sock
. I would like to build a standard Docker bundle to list, start, and stop units. To do that, I'll need the Relay to send the mount option to the container. I imagine a slight change to the config.yaml
as follows.
Current:
docker:
image: my/bundle
tag: "0.1"
Proposed:
docker:
image: my/bundle
volumes:
- /path/on/host:/path/on/container
tag: "0.1"
Metadata
Metadata
Assignees
Labels
No labels