added Docker service contributed by Stuart Marsden, with some mods
fixes bug #264 (Boeing r1896)
This commit is contained in:
parent
f61522207d
commit
267c49dfab
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue