diff options
Diffstat (limited to 'docs/cloudshell')
-rw-r--r-- | docs/cloudshell/run-in-docker.txt | 3 |
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 |