You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First install [`Vagrant`](https://www.vagrantup.com/) and [`VirtualBox`](https://www.virtualbox.org/) on your system. Also install the following `Vagrant` plugins,
@@ -79,7 +79,7 @@ vagrant$ docker run -it --rm \
79
79
--security-opt seccomp=unconfined \
80
80
-v /lib/modules:/lib/modules \
81
81
-v /dev/hugepages:/dev/hugepages \
82
-
getcapsule/sandbox:19.11.6-1.49 /bin/bash
82
+
getcapsule/sandbox:19.11.6-1.50 /bin/bash
83
83
```
84
84
85
85
Remember to also mount the working directory of your project as a volume for the sandbox. Then you can use `Cargo` commands inside the container as normal.
@@ -103,7 +103,7 @@ This project and everyone participating in it are governed by the [Capsule Code
103
103
104
104
## Contact
105
105
106
-
You can contact us either through [`Discord`](https://discord.gg/sVN47RU) or [email](mailto:[email protected]).
106
+
You can contact us either through [`Discord`](https://discord.gg/sAgzNV27sA) or [email](mailto:[email protected]).
0 commit comments