We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00558aa commit 423fc1fCopy full SHA for 423fc1f
Vagrantfile.freebsd
@@ -59,7 +59,7 @@ Vagrant.configure("2") do |config|
59
set -eux -o pipefail
60
daemon -o containerd.out containerd
61
sleep 3
62
- /root/go/bin/nerdctl run --rm --net=none dougrabson/freebsd-minimal:13 echo "Nerdctl is up and running."
+ /root/go/bin/nerdctl run --rm --quiet --net=none dougrabson/freebsd-minimal:13 echo "Nerdctl is up and running."
63
SHELL
64
end
65
0 commit comments