summaryrefslogtreecommitdiffstats
path: root/Services/memcache
diff options
context:
space:
mode:
Diffstat (limited to 'Services/memcache')
-rw-r--r--Services/memcache/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Services/memcache/README.md b/Services/memcache/README.md
index 3b200c2..16124e9 100644
--- a/Services/memcache/README.md
+++ b/Services/memcache/README.md
@@ -24,6 +24,11 @@ Build the container
docker run -d -p 11211:11211 --name="memcache" sv-memcache
+## Accessing server
+
+access to the container itself
+ docker exec -it memcache bash
+
## Related Resources
* [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/memcache)
* [Github STARTX profile](https://github.com/startxfr/docker-images)