Skip to content

Commit

Permalink
fix: remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Nov 29, 2022
1 parent 35849bb commit b437b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ type ContainerRequest struct {
Cmd []string
Labels map[string]string
Mounts ContainerMounts
Tmpfs map[string]string // Use PreCreateModifier instead
Tmpfs map[string]string
RegistryCred string
WaitingFor wait.Strategy
Name string // for specifying container name
Hostname string
ExtraHosts []string // Deprecated: Use PreCreateModifier instead
Privileged bool // Use PreCreateModifier instead. For starting privileged container
Privileged bool // For starting privileged container
Networks []string // for specifying network names
NetworkAliases map[string][]string // for specifying network aliases
NetworkMode container.NetworkMode // Deprecated: Use PreCreateModifier instead
Expand Down

0 comments on commit b437b88

Please sign in to comment.