Merge pull request #116 from mikebrow/readme_test_redis-data
removing mount from container_redis
This commit is contained in:
commit
1af5ca53c4
2 changed files with 1 additions and 10 deletions
|
@ -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)
|
||||
```
|
||||
|
|
9
test/testdata/container_redis.json
vendored
9
test/testdata/container_redis.json
vendored
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue