docs: add further reading section for drivers

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell
2022-07-25 13:42:28 +01:00
parent f2b504b77d
commit a42eb73043
3 changed files with 14 additions and 0 deletions

View File

@ -230,3 +230,9 @@ $ docker buildx create \
```
This will create your pods without `securityContext.privileged`.
## Further reading
For more information on the kubernetes driver, see the [buildx reference](https://docs.docker.com/engine/reference/commandline/buildx_create/#driver).
<!--- FIXME: for 0.9, make reference link relative --->