mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-22 22:53:37 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user