Skip to content

Commit

Permalink
Merge pull request moby#4046 from jake-ciolek/fix-state-go-typo
Browse files Browse the repository at this point in the history
llb: Correct 'contexst' typo in State.Run function's documentation
  • Loading branch information
crazy-max authored Jul 20, 2023
2 parents b4c1183 + af8752a commit b3c9653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/llb/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func (s State) WithImageConfig(c []byte) (State, error) {
return s, nil
}

// Run performs the command specified by the arguments within the contexst of the current [State].
// Run performs the command specified by the arguments within the context of the current [State].
// The command is executed as a container with the [State]'s filesystem as the root filesystem.
// As such any command you run must be present in the [State]'s filesystem.
// Constraints such as [State.Ulimit], [State.ParentCgroup], [State.Network], etc. are applied to the container.
Expand Down

0 comments on commit b3c9653

Please sign in to comment.