We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flags -d and --rm cannot be specified together, unlike with docker & podman.
nerdctl run -d --rm --name hola busybox sleep infinity
FATA[0000] flags -d and --rm cannot be specified together
2.0.0
None
# nerdctl info Client: Namespace: default Debug Mode: false Server: Server Version: v1.7.23 Storage Driver: overlayfs Logging Driver: json-file Cgroup Driver: : systemd Cgroup Version: : 2 Plugins: Log: fluentd journald json-file none syslog Storage: btrfs native overlayfs Security Options: apparmor seccomp Profile: builtin cgroupns Kernel Version: 6.11.8-1-default Operating System: openSUSE Tumbleweed OSType: linux Architecture: x86_64 CPUs: 4 Total Memory: 15.62GiB Name: jeos ID: cd0a6a50-152a-4ba3-804e-7f56e16e3963 WARNING: No swap limit support WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
flags -d and --rm cannot be specified together, unlike with docker & podman.
Steps to reproduce the issue
nerdctl run -d --rm --name hola busybox sleep infinity
Describe the results you received and expected
FATA[0000] flags -d and --rm cannot be specified together
What version of nerdctl are you using?
2.0.0
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
None
Host information
The text was updated successfully, but these errors were encountered: