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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ $ vagrant up
45
45
46
46
This instructs Vagrant to spin up each VM. To be able to connect to the VMs, you must add your Vagrant-generated SSH key to the ssh-agent (fleetctl tunnel requires the agent to have this key):
47
47
```console
48
-
$ ssh-add ~/.vagrant.d/insecure_private_key`
48
+
$ ssh-add ~/.vagrant.d/insecure_private_key
49
49
```
50
50
51
51
Export some environment variables so you can connect to the VM using the `docker` and `fleetctl` clients on your workstation.
0 commit comments