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

Commit ffe237d

Browse files
committed
Merge pull request #343 from abonas/fixRunInstructions
Fix running instructions titles in README
2 parents d596aa6 + dbd40c7 commit ffe237d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,12 @@ Associated public key :
327327
Run the Registry
328328
----------------
329329

330-
### The fast way:
330+
### Option 1 (Recommended) - Run the registry docker container
331+
332+
Install docker according to the following instructions:
333+
http://docs.docker.io/installation/#installation
334+
335+
Run registry:
331336

332337
```
333338
docker run -p 5000:5000 registry
@@ -336,7 +341,7 @@ docker run -p 5000:5000 registry
336341
NOTE: The container will try to allocate the port 5000. If the port
337342
is already taken, find out which container is already using it by running "docker ps"
338343

339-
### The old way:
344+
### Option 2 (Advanced) - Install the registry on an existing server
340345

341346
#### On Ubuntu
342347

0 commit comments

Comments
 (0)