Skip to content

Commit

Permalink
Merge pull request #450 from bastelfreak/tty
Browse files Browse the repository at this point in the history
mask the tty service on ubuntu16.04 docker
  • Loading branch information
bastelfreak authored Feb 17, 2018
2 parents 201f99d + 872bf89 commit 3177451
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ HOSTS:
docker_preserve_image: true
docker_cmd: '["/sbin/init"]'
docker_image_commands:
- 'systemctl mask getty@tty1.service getty-static.service'
- 'apt-get install -y net-tools wget locales apt-transport-https'
- 'locale-gen en_US.UTF-8'
- 'echo LANG=en_US.UTF-8 > /etc/default/locale'
Expand Down

0 comments on commit 3177451

Please sign in to comment.