Skip to content

add nerdctl run --shm-size <SIZE>#240

Merged
AkihiroSuda merged 1 commit into
containerd:masterfrom
rudeigerc:run-shm-size
Jun 5, 2021
Merged

add nerdctl run --shm-size <SIZE>#240
AkihiroSuda merged 1 commit into
containerd:masterfrom
rudeigerc:run-shm-size

Conversation

@rudeigerc
Copy link
Copy Markdown
Contributor

@rudeigerc rudeigerc commented Jun 4, 2021

Signed-off-by: Yuchen Cheng rudeigerc@gmail.com

Related to #215

This pull request adds nerdctl run --shm-size <SIZE>.

Comment thread run.go
@@ -445,6 +450,14 @@ func runAction(clicontext *cli.Context) error {
opts = append(opts, privilegedOpts...)
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: rudeigerc

Could you use your real name, LGTM then.

Thanks.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. Thanks a lot.

@AkihiroSuda AkihiroSuda added the status/needs-DCO-sign Needs DCO sign (the “Signed-off-by” in the commit message) label Jun 4, 2021
@AkihiroSuda AkihiroSuda mentioned this pull request Jun 4, 2021
2 tasks
Comment thread run_test.go Outdated
base.Cmd("run", "--rm", "--cidfile", fileName, testutil.AlpineImage).AssertFail()
}

func TestShmSize(t *testing.T) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“TestRunShmSize”

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIxed. 😃

Signed-off-by: Yuchen Cheng <rudeigerc@gmail.com>
@AkihiroSuda AkihiroSuda removed the status/needs-DCO-sign Needs DCO sign (the “Signed-off-by” in the commit message) label Jun 5, 2021
Copy link
Copy Markdown
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit 5ea2cf1 into containerd:master Jun 5, 2021
@rudeigerc rudeigerc deleted the run-shm-size branch June 5, 2021 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants