added shm_size

This commit is contained in:
Brad Rydzewski
2019-10-26 11:33:52 -07:00
parent a319f263c9
commit 3c1ae23a1e
4 changed files with 6 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ type (
Pull string `json:"pull,omitempty"`
Settings map[string]*manifest.Parameter `json:"settings,omitempty"`
Shell string `json:"shell,omitempty"`
ShmSize manifest.BytesSize `json:"shm_size,omitempty"`
User string `json:"user,omitempty"`
Volumes []*VolumeMount `json:"volumes,omitempty"`
When manifest.Conditions `json:"when,omitempty"`