Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Add the mountSources attribute to the container model. #27

Merged
merged 1 commit into from
Jan 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ type Container struct {
Volumes []Volume `json:"volumes" yaml:"volumes"`
Ports []ExposedPort `json:"ports" yaml:"ports"`
MemoryLimit string `json:"memory-limit" yaml:"memory-limit"`
MountSources bool `json:"mountSources" yaml:"mountSources"`
}

type Editor struct {
Expand Down