Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lima-vm
GitHub Repository: lima-vm/lima
Path: blob/master/cmd/nerdctl.lima
1637 views
#!/bin/sh
set -eu
# Use --preserve-env to pass through environment variables from host machine into guest instance
exec limactl shell --preserve-env default nerdctl "$@"