OBJECT

Mount

A fully defined mount in a ManagedNode's Docker container.

link GraphQL Schema definition

  • type Mount {
  • # A human-readable description.
  • description: String!
  • # The source of the mount. If not present, an anonymous volume will be created.
  • source: String
  • # The path to mount the volume in the Docker container.
  • target: String!
  • }