We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598c77b commit 0941344Copy full SHA for 0941344
README.md
@@ -3,7 +3,7 @@
3
4
## Supported tags and respective `Dockerfile` links
5
6
-- [`latest` , `3.2.8` (3.2.8/Dockerfile)](https://github.com/vla/docker-redis/blob/master/Dockerfile)
+- [`latest` , `3.2.8` (3.2.8/Dockerfile)](https://github.com/EsWork/docker-redis/blob/master/Dockerfile)
7
8
Introduction
9
---
@@ -24,7 +24,7 @@ docker pull eswork/redis:latest
24
或者你可以自己构建镜像
25
26
```bash
27
-docker build -t eswork/redis github.com/vla/docker-redis
+docker build -t eswork/redis https://github.com/EsWork/docker-redis
28
```
29
30
Quickstart
0 commit comments