2016-05-02 16:23:38 +00:00
|
|
|
CONTRIBUTION
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
# Running full dev environnement
|
|
|
|
|
|
|
|
```bash
|
2016-05-12 16:40:50 +00:00
|
|
|
# Running Authentication server, Registry, Clair
|
2016-05-02 16:23:38 +00:00
|
|
|
docker-compose up -d
|
|
|
|
|
|
|
|
# Run Any command ex:
|
|
|
|
go run main.go help
|
|
|
|
# Or
|
|
|
|
go run main.go pull registry:5000/wemanity-belgium/ubuntu-git
|
|
|
|
```
|