mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
review updates
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
eff36b7d66
commit
e9fd1c5918
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ package container
|
|||
|
||||
import "os"
|
||||
|
||||
// ContainerSecret represents a secret in a container. This gets realized
|
||||
// in the container tmpfs
|
||||
type ContainerSecret struct {
|
||||
Name string
|
||||
Target string
|
||||
|
|
Loading…
Reference in a new issue