Typo fix
Signed-off-by: Lihua Tang <lhtang@alauda.io> (cherry picked from commitca5e453180) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit:0ee4693953Component: cli
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
0f20787c8d
commit
426999c6b7
@@ -148,7 +148,7 @@ func TestAddStageSigners(t *testing.T) {
|
||||
assert.NilError(t, err)
|
||||
changeList := cl.List()
|
||||
assert.Check(t, is.Len(changeList, 4))
|
||||
// ordering is determinstic:
|
||||
// ordering is deterministic:
|
||||
|
||||
// first change is for targets/user key creation
|
||||
newSignerKeyChange := changeList[0]
|
||||
|
||||
@@ -256,5 +256,5 @@ docker create --device-cgroup-rule='c 42:* rmw' -name my-container my-image
|
||||
Then, a user could ask `udev` to execute a script that would `docker exec my-container mknod newDevX c 42 <minor>`
|
||||
the required device when it is added.
|
||||
|
||||
NOTE: initially present devices still need to be explicitely added to
|
||||
NOTE: initially present devices still need to be explicitly added to
|
||||
the create/run command
|
||||
|
||||
Reference in New Issue
Block a user