argparser.add_argument('--gelf-address',help='Enable Docker GELF log output to this destination (ex. udp://1.2.3.4:1234)',default='')
argparser.add_argument('--workspace-base-path',help='Path where user workspaces will be created by Zoe. Must be visible at this path on all Swarm hosts.',default='/mnt/zoe-workspaces')
argparser.add_argument('--overlay-network-name',help='Name of the Swarm overlay network Zoe should use',default='zoe')