Skip to content

Mount host directory into bundle #838

Closed
@geowa4

Description

@geowa4

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions