Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions g3doc/user_guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ To download and install the latest release manually follow these steps:
To install gVisor as a Docker runtime, run the following commands:

```shell
$ /usr/local/bin/runsc install
$ sudo systemctl reload docker
$ docker run --rm --runtime=runsc hello-world
sudo /usr/local/bin/runsc install
sudo systemctl reload docker
docker run --rm --runtime=runsc hello-world
```

For more details about using gVisor with Docker, see
Expand Down