1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update for Ubuntu 13.10

With two additional commands, this procedure will work for Ubuntu 13.10 using the image stackbrew/ubuntu:13.10.

1) change /etc/pam.d/sshd, pam_loginuid line 'required' to 'optional'
2) echo LANG=\"en_US.UTF-8\" > /etc/default/locale
This commit is contained in:
rgstephens 2013-12-30 17:50:58 -08:00
parent 1bc3f6b7b5
commit 1f80c2a652

View file

@ -94,5 +94,8 @@ The password is ``screencast``.
$ ifconfig
$ ssh root@192.168.33.10 -p 49154
# Thanks for watching, Thatcher thatcher@dotcloud.com
# For Ubuntu 13.10 using stackbrew/ubuntu, I had do these additional steps:
# change /etc/pam.d/sshd, pam_loginuid line 'required' to 'optional'
# echo LANG=\"en_US.UTF-8\" > /etc/default/locale