質問編集履歴

1

ubuntuのバージョンが間違っていました。追記しました。

2016/02/04 03:02

投稿

mint.cherry
mint.cherry

スコア284

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,6 @@
1
- ubuntu15.10のlxc上でやっています。
1
+ ubuntu16.04(development )のlxc上でやっています。
2
+
3
+ lxc:ubuntu 16.04
2
4
 
3
5
 
4
6
 
@@ -73,3 +75,37 @@
73
75
 
74
76
 
75
77
  お願いします
78
+
79
+
80
+
81
+ ---
82
+
83
+ 追記
84
+
85
+ lxcのOS情報です。
86
+
87
+ ```
88
+
89
+ root@test:~# cat /etc/os-release
90
+
91
+ NAME="Ubuntu"
92
+
93
+ VERSION="16.04 (Xenial Xerus)"
94
+
95
+ ID=ubuntu
96
+
97
+ ID_LIKE=debian
98
+
99
+ PRETTY_NAME="Ubuntu 16.04"
100
+
101
+ VERSION_ID="16.04"
102
+
103
+ HOME_URL="http://www.ubuntu.com/"
104
+
105
+ SUPPORT_URL="http://help.ubuntu.com/"
106
+
107
+ BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
108
+
109
+ UBUNTU_CODENAME=xenial
110
+
111
+ ```