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 6f17d02 commit 9100ff8Copy full SHA for 9100ff8
Vagrantfile
@@ -44,6 +44,9 @@ Vagrant.configure("2") do |config|
44
rm -f containerd-1.3.4.linux-amd64.tar.gz
45
fi
46
47
+ # Create source directory for privileged.nomad example job.
48
+ mkdir -p /tmp/s1
49
+
50
# Run setup
51
cd /home/vagrant/go/src/nomad-driver-containerd/vagrant
52
./setup.sh
0 commit comments