added Docker service contributed by Stuart Marsden, with some mods

fixes bug #264
(Boeing r1896)
This commit is contained in:
ahrenholz 2014-10-31 16:45:03 +00:00
parent f61522207d
commit 267c49dfab

View file

@ -3,4 +3,4 @@
Services available to nodes can be put in this directory. Everything listed in
__all__ is automatically loaded by the main core module.
"""
__all__ = ["quagga", "nrl", "xorp", "bird", "utility", "security", "ucarp"]
__all__ = ["quagga", "nrl", "xorp", "bird", "utility", "security", "ucarp", "dockersvc"]