mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Readme: fix JSON formatting
PiperOrigin-RevId: 195310218 Change-Id: I1d5a6d2bc3bb72c505ad25427d285afbc26f59a0
This commit is contained in:
@@ -266,8 +266,8 @@ Docker configuration (`/etc/docker/daemon.json`):
|
||||
{
|
||||
"runtimes": {
|
||||
"runsc": {
|
||||
"path": "/usr/local/bin/runsc"
|
||||
"runtimeArgs": [
|
||||
"path": "/usr/local/bin/runsc",
|
||||
"runtimeArgs": [
|
||||
"--debug-log-dir=/tmp/runsc",
|
||||
"--debug",
|
||||
"--strace"
|
||||
@@ -301,8 +301,8 @@ Add the following `runtimeArgs` to your Docker configuration
|
||||
{
|
||||
"runtimes": {
|
||||
"runsc": {
|
||||
"path": "/usr/local/bin/runsc"
|
||||
"runtimeArgs": [
|
||||
"path": "/usr/local/bin/runsc",
|
||||
"runtimeArgs": [
|
||||
"--network=host"
|
||||
]
|
||||
}
|
||||
@@ -321,8 +321,8 @@ configuration (`/etc/docker/daemon.json`):
|
||||
{
|
||||
"runtimes": {
|
||||
"runsc": {
|
||||
"path": "/usr/local/bin/runsc"
|
||||
"runtimeArgs": [
|
||||
"path": "/usr/local/bin/runsc",
|
||||
"runtimeArgs": [
|
||||
"--platform=kvm"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user