Skip to content

Commit

Permalink
Merge branch 'master' into 'master'
Browse files Browse the repository at this point in the history
Make sure that systemd support also adds the -t flag so that docker logs will show output

See merge request te/devlab!4
  • Loading branch information
Dave Martinez committed Dec 3, 2019
2 parents 3f9bace + a267178 commit 74c43f2
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 74c43f2

Please sign in to comment.