mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 10:34:17 +00:00
Remove debug output.
This commit is contained in:
parent
f2eaa61f3c
commit
3c344bf023
@ -71,8 +71,6 @@ class Swarm:
|
|||||||
' (name=_name). Because there is no id generator for now, it is
|
' (name=_name). Because there is no id generator for now, it is
|
||||||
' not set, so that the Docker engine assigns a random name.
|
' not set, so that the Docker engine assigns a random name.
|
||||||
'''
|
'''
|
||||||
print(_command)
|
|
||||||
print(_image)
|
|
||||||
service = self.docker.services.create(
|
service = self.docker.services.create(
|
||||||
_image,
|
_image,
|
||||||
command=_command,
|
command=_command,
|
||||||
|
Loading…
Reference in New Issue
Block a user