Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
pkg/labels: update PIDFile
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Aug 18, 2021
commit 0e38d81f525e8b468160c94fd1e34e5931322b0b
4 changes: 3 additions & 1 deletion pkg/labels/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ const (
// LogURI is the log URI
LogURI = Prefix + "log-uri"

PIDFile = Prefix + "pidfile"
// PIDFile is the `nerdctl run --pidfile`
// (CLI flag is "pidfile", not "pid-file", for Podman compatibility)
PIDFile = Prefix + "pid-file"

// AnonymousVolumes is a JSON-marshalled string of []string
AnonymousVolumes = Prefix + "anonymous-volumes"
Expand Down