Top "Lxc" questions

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

How do I assign a port mapping to an existing Docker container?

I'm not sure if I've misunderstood something here, but it seems like it's only possible to set port mappings by …

docker port lxc linux-containers
How to analyze disk usage of a Docker container

I can see that Docker takes 12GB of my filesystem: 2.7G /var/lib/docker/vfs/dir 2.7G /var/lib/docker/…

docker lxc device-mapper
How to SSH into Docker?

I'd like to create the following infrastructure flow: How can that be achieved using Docker?

docker containers lxc
What does Docker add to lxc-tools (the userspace LXC tools)?

If you take a look at Docker's features, most of them are already provided by LXC. So what does Docker …

docker lxc
Running app inside Docker as non-root user

After yesterday's news of Shocker, it seems like apps inside a Docker container should not be run as root. I …

node.js docker lxc
How do I Backup / Move LXC containers?

I want to take lxc container backup. We have server with 12.04 LTS ubuntu server and I have installed LXC - 1.0.0.…

ubuntu backup lxc
Docker: How to live sync host folder with container folder?

I am working on a website powered by Node. So I have made a simple Dockerfile that adds my site's …

nfs docker lxc
Docker container exits immediately

I'm using docker v1.2 and having some issues starting a container. The container exits after the "docker run". What's the …

linux docker lxc
How to start docker container as server

I would like to run a docker container that hosts a simple web application, however I do not understand how …

linux ubuntu docker lxc
Difference between KVM and LXC

What is the difference between KVM and Linux Containers (LXCs)? To me it seems, that LXC is also a way …

linux-kernel kvm lxc cgroups linux-namespaces