Skip to content

Commit

Permalink
Update containerz.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushines authored Nov 1, 2023
1 parent d89246c commit 09fee0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerz/containerz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ message StopRequest {
// If force is set, the target should attempt to forcibly kill the container.
bool force = 2;

// If auto_restart is set, the target should start the container immediately
// If restart is set, the target should start the container immediately
// after stopping it.
bool restart = 3;
}
Expand Down

0 comments on commit 09fee0e

Please sign in to comment.