summaryrefslogtreecommitdiffstats
path: root/docs/cloudshell/run-in-docker.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cloudshell/run-in-docker.txt')
-rw-r--r--docs/cloudshell/run-in-docker.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cloudshell/run-in-docker.txt b/docs/cloudshell/run-in-docker.txt
new file mode 100644
index 0000000..3e0cc43
--- /dev/null
+++ b/docs/cloudshell/run-in-docker.txt
@@ -0,0 +1,3 @@
+Try redis in docker(which contains a redis-server):
+
+ docker build -t iredis . && docker run -it iredis