mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
added a fix to the upstart command that wasn't setting hte LOCALE correctly, which was causing issues with UTF-8 bundles
This commit is contained in:
parent
fb350e0c77
commit
43875a73a0
1 changed files with 2 additions and 1 deletions
|
@ -7,5 +7,6 @@ start on runlevel [3]
|
|||
respawn
|
||||
|
||||
script
|
||||
/home/vagrant/dockerd/dockerd
|
||||
test -f /etc/default/locale && . /etc/default/locale || true
|
||||
LANG=$LANG LC_ALL=$LANG /usr/local/bin/dockerd
|
||||
end script
|
||||
|
|
Loading…
Reference in a new issue