Skip to content

Commit

Permalink
add grace time to command list
Browse files Browse the repository at this point in the history
  • Loading branch information
Topher Bullock authored and williammartin committed Dec 10, 2018
1 parent 7e421e7 commit bbc732a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gaol.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func main() {
{"net-in", "map a port on the host to a port in the container", &commands.NetIn{}},
{"net-out", "whitelist an IP and port range for a container", &commands.NetOut{}},
{"properties", "list properties for a container", &commands.Properties{}},
{"set-gracetime", "set the grace time for a container", &commands.SetGraceTime{}},
}

for _, command := range commands {
Expand Down

0 comments on commit bbc732a

Please sign in to comment.