Skip to content

Commit f93b06d

Browse files
committed
Updating repo name
The trusted repo has finished building, time to update the links in README.md
1 parent dfa4950 commit f93b06d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ three primitives available to the container:
1818

1919
```
2020
$ mkdir /tmp/test
21-
$ docker run --rm -e MEMCACHED_SERVERS=192.168.1.101:11211 -v /tmp/test:/tmp/memcache memcache-client dump
21+
$ docker run --rm -e MEMCACHED_SERVERS=192.168.1.101:11211 -v /tmp/test:/tmp/memcache brianredbeard/memcache-tools dump
2222
```
2323

2424
## Examples
@@ -37,7 +37,7 @@ $ docker run -p 11211 -d --name memcached jacksoncage/memcache
3737

3838
```
3939
$ mkdir /tmp/test
40-
$ docker run --rm --link memcached:mc -v /tmp/test:/tmp/memcache memcache-client sample
40+
$ docker run --rm --link memcached:mc -v /tmp/test:/tmp/memcache brianredbeard/memcache-tools sample
4141
```
4242

4343
### Verify that the data is there
@@ -81,7 +81,7 @@ Here we see that on slab 3 we have 899 values in the cache and that the key
8181
### Dump the contents of the cache
8282

8383
```
84-
$ docker run --rm --link memcached:mc -v /tmp/test:/tmp/memcache memcache-client dump
84+
$ docker run --rm --link memcached:mc -v /tmp/test:/tmp/memcache brianredbeard/memcache-tools dump
8585
```
8686

8787
You will find that in /tmp/test there will be 899 files, each with the name of
@@ -108,7 +108,7 @@ no data returned.
108108
### Reload our sample data
109109

110110
```
111-
$ docker run --rm --link memcached:mc -v /tmp/test:/tmp/memcache memcache-client load
111+
$ docker run --rm --link memcached:mc -v /tmp/test:/tmp/memcache brianredbeard/memcache-tools load
112112
```
113113

114114
At this point our data should be reloaded.

0 commit comments

Comments
 (0)