Docker-DCO-1.1-Signed-off-by: Timothy Hobbs <timothyhobbs@seznam.cz> (github: timthelion)
| ... | ... |
@@ -12,7 +12,7 @@ import ( |
| 12 | 12 |
func NewDriver(name, root, initPath string, sysInfo *sysinfo.SysInfo) (execdriver.Driver, error) {
|
| 13 | 13 |
switch name {
|
| 14 | 14 |
case "lxc": |
| 15 |
- // we want to five the lxc driver the full docker root because it needs |
|
| 15 |
+ // we want to give the lxc driver the full docker root because it needs |
|
| 16 | 16 |
// to access and write config and template files in /var/lib/docker/containers/* |
| 17 | 17 |
// to be backwards compatible |
| 18 | 18 |
return lxc.NewDriver(root, sysInfo.AppArmor) |