# BrownDog and Docker Swarm

## What is Docker Swarm

## Experimental features in 1.13

docker service log <service>

# Services

All services will use the following naming schema:
<type>.<tooltype>.<queue>

type = dev | prod
tooltype = converter | extractor
queue = expected queue for tooltype

For example the ocr extractor for production will be:
prod-extractor_ncsa_ocr

  • No labels