Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 76de2ad

Browse files
committed
Document that golang's implementation is limited
1 parent 9d0ece4 commit 76de2ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

contrib/golang_impl/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
You need to have docker >= 0.5.0 up and running.
66

7+
## Limitations
8+
9+
This implementation doesn't provide all the features that are available in the Python implementation of the Docker Registry.
10+
711
## Build and start docker image for registry
812

913
$ git clone https://github.com/dotcloud/docker-registry.git docker-registry.git
@@ -34,4 +38,4 @@ the tag includes a port.
3438

3539
$ docker run 127.0.0.1/test/test
3640

37-
Now the image is fetched from your local registry and executed. Should print out `world`.
41+
Now the image is fetched from your local registry and executed. Should print out `world`.

0 commit comments

Comments
 (0)