Top "Lxc" questions

LXC is an operating system-level virtualization method for running multiple isolated Linux systems (containers) on a single control host.

Launch a container with Docker without specifying command

I'm familiar with LXC and wanted to try out docker. The issue I'm facing is that I can't find a …

lxc docker
sudo: effective uid is not 0, is sudo installed setuid root?

I am trying to create deb package from LXC rootfs, and after creating it I want to install that package …

sudo deb uid lxc
Can docker run inside a Linux Container?

Koding is a collaborative programming environment, which creates a virtual machine for multiple user to colaborate on software development. They …

linux docker lxc
How does docker use CPU cores from its host operating system?

My understading, based on the fact that Docker is based on LXC, is that Docker containers share various resources from …

docker lxc
REST API container create and port bindings

I have image from dockerfile, which setup container, but I need to create and start containers with docker REST API. …

json rest docker lxc
Change lxc container directory

Can I change the directory where lxc containers are initialized and kept? Now they are created under /var/cache/lxc, …

containers lxc
Get Docker Container CPU Usage as Percentage

Docker provides an interactive stats command, docker stats [cid] which gives up to date information on the CPU usage, like …

docker containers cpu-usage lxc
Can't run Docker container due device mapper error

I just can't create and run new containers in Docker anymore. But in the same time a can run previously …

docker lxc lvm device-mapper
Docker daemon memory leak due to logs from long running process

I have the following setup: Perl service running in a container and writing logs out to STDERR logspout to ship …

memory docker lxc dockerfile
Start full container in Docker?

According to this github issue it should be possible to start a full container with Upstart, cron etc. with Docker 0.6 …

docker lxc linux-containers