Merge pull request #116 from mikebrow/readme_test_redis-data

removing mount from container_redis
This commit is contained in:
Mrunal Patel 2016-10-07 10:40:47 -07:00 committed by GitHub
commit 1af5ca53c4
2 changed files with 1 additions and 10 deletions

View file

@ -62,7 +62,7 @@ $ sudo make install
```
# ocid --debug
```
If the default --runtime value does not point to your runtime:
If the default `--runtime` value does not point to your runtime:
```
# ocid --runtime $(which runc)
```

View file

@ -32,15 +32,6 @@
"value": "92d6d93ef2efc91e595c8bf578bf72baff397507"
}
],
"mounts": [
{
"name": "redis_data",
"container_path": "/data",
"host_path": "/test/redis-data",
"readonly": false,
"selinux_relabel": true
}
],
"labels": {
"tier": "backend"
},