summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorEric Chiang <eric.chiang.m@gmail.com>2018-05-03 14:20:18 -0700
committerShentubot <shentubot@google.com>2018-05-03 14:21:04 -0700
commit1a59625a66feea73d6296ba4dcf5424b19a42906 (patch)
tree3728527fc03abac8cec5e90fae0e6618a38a495c /README.md
parent04b79137babed361fb227e3ad579adb2df4bb188 (diff)
Readme: fix JSON formatting
PiperOrigin-RevId: 195310218 Change-Id: I1d5a6d2bc3bb72c505ad25427d285afbc26f59a0
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8bf795cb5..2fb50f8bd 100644
--- a/README.md
+++ b/README.md
@@ -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"
]
}