google / gvisor-website

The gVisor project website.
https://gvisor.dev/
Apache License 2.0
17 stars 19 forks source link

Update Docker Quickstart to use 'runsc install' #142

Open ianlewis opened 4 years ago

ianlewis commented 4 years ago

https://gvisor.dev/docs/user_guide/quick_start/docker/#configuring-docker

We should tell folks to use the 'runsc install' command to configure docker since that's easier. We also don't need to configure Docker if they installed via 'apt' so we should either move these instructions to the installation page, or make it clear that they don't have to do this if they used 'apt'.

ianlewis commented 4 years ago

We should probably update places that use 'runtimeArgs' to use 'runsc install' too. ex:

Here we could do sudo runsc install -- --network=host to enable host networking for example.