Skip to content

Commit

Permalink
Make sure that systemd support also adds the -t flag so that docker l…
Browse files Browse the repository at this point in the history
…ogs will show output
  • Loading branch information
Dan Farnsworth committed Dec 3, 2019
1 parent 7004a29 commit a267178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devlab
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,8 @@ class DockerHelper(object):
'--tmpfs=/run',
'--tmpfs=/run/lock',
'--tmpfs=/tmp',
'--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro'
'--volume=/sys/fs/cgroup:/sys/fs/cgroup:ro',
'-t' #This is needed so that 'docker logs' will show systemd output
]
if mounts:
for mount in mounts:
Expand Down

0 comments on commit a267178

Please sign in to comment.