Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 390 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 390 Bytes

THE ICONIC - Public Docker Images

https://hub.docker.com/u/theiconic/

These are public docker images with tools used by our Developers and Pipeline scripts.

apiDoc

Example: docker run --rm -v $PWD:/app theiconic/apidoc -i src/Controller/ -o public/docs

Mounts current folder inside docker container, searches src/Controller folder for annotations and output to public/docs.