We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4670ac8 commit a1e7199Copy full SHA for a1e7199
boundary.go
@@ -55,7 +55,7 @@ func New(ctx context.Context, config Config) (*Boundary, error) {
55
}
56
57
func (b *Boundary) Start() error {
58
- // Start the jailer (network isolation)
+ // Configure the jailer (network isolation)
59
err := b.jailer.ConfigureBeforeCommandExecution()
60
if err != nil {
61
return fmt.Errorf("failed to start jailer: %v", err)
0 commit comments