Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
c->set_config_item(c, "lxc.net.0.flags", "up");
if (!c->createl(c, "busybox", NULL, NULL, 0, NULL)) {
- fprintf(stderr, "%d: failed to create a trusty container\n", __LINE__);
+ fprintf(stderr, "%d: failed to create a container\n", __LINE__);
goto out;
}
}
if (!c->createl(c, "busybox", NULL, NULL, 0, NULL)) {
- fprintf(stderr, "%d: failed to create a trusty container\n", __LINE__);
+ fprintf(stderr, "%d: failed to create a container\n", __LINE__);
goto out;
}
lxc_container_put(c);