Pass server mounts into docker
This commit is contained in:
8
server/mount.go
Normal file
8
server/mount.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package server
|
||||
|
||||
// Mount represents a Server Mount.
|
||||
type Mount struct {
|
||||
Target string `json:"target"`
|
||||
Source string `json:"source"`
|
||||
ReadOnly bool `json:"read_only"`
|
||||
}
|
||||
Reference in New Issue
Block a user