Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #196 from stevvooe/remove-publish-service
Browse files Browse the repository at this point in the history
types/container: remove PublishService from container.Config
  • Loading branch information
calavera committed Apr 11, 2016
2 parents 6156954 + f5fbd4e commit a752e6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/container/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type Config struct {
AttachStdout bool // Attach the standard output
AttachStderr bool // Attach the standard error
ExposedPorts map[nat.Port]struct{} `json:",omitempty"` // List of exposed ports
PublishService string `json:",omitempty"` // Name of the network service exposed by the container
Tty bool // Attach standard streams to a tty, including stdin if it is not closed.
OpenStdin bool // Open stdin
StdinOnce bool // If true, close stdin after the 1 attached client disconnects.
Expand Down

0 comments on commit a752e6b

Please sign in to comment.