summaryrefslogtreecommitdiffstats
path: root/Services/memcache/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Services/memcache/README.md')
-rw-r--r--Services/memcache/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Services/memcache/README.md b/Services/memcache/README.md
index b463346..a1c1fc7 100644
--- a/Services/memcache/README.md
+++ b/Services/memcache/README.md
@@ -16,6 +16,8 @@ Copy sources in your docker host
cd startx-docker-images;
git clone https://github.com/startxfr/docker-images.git .
+Change configuration and personalize your base image. See sx/memcache_run.sh to perform some usefull when configuring or every time you run a container.
+
Build the container
docker build -t sv-memcache Services/memcache/
@@ -27,7 +29,7 @@ Build the container
## Accessing server
access to the container itself
- docker exec -it memcache bash
+ docker exec -it memcache /bin/bash
## Related Resources
* [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/memcache)