mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
install.sh script's dockerd.conf should set docker daemon environment's LANG to en_US.UTF-8. See #355.
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ then
|
||||
echo "Upstart script already exists."
|
||||
else
|
||||
echo "Creating /etc/init/dockerd.conf..."
|
||||
echo "exec /usr/local/bin/docker -d" > /etc/init/dockerd.conf
|
||||
echo "exec env LANG=\"en_US.UTF-8\" /usr/local/bin/docker -d" > /etc/init/dockerd.conf
|
||||
fi
|
||||
|
||||
echo "Starting dockerd..."
|
||||
|
||||
Reference in New Issue
Block a user