Top "Lxc" questions

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

How to configure docker to be able to have internet access via wireless connection?

I am trying to build a docker image by using the ones in the repository however i haven't been able …

lxc docker
How to pull a single image from any docker repository?

The docker repositories contains multiple images. Is it possible to just pull the specific image from Repository. When I use: …

docker lxc
Setting absolute limits on CPU for Docker containers

I'm trying to set absolute limits on Docker container CPU usage. The CPU shares concept (docker run -c <shares&…

docker cpu-usage scheduler lxc cgroups
What are the typical uses cases for LXC versus VM?

I am trying to make up my mind on when an LXC container can be a better choice than using …

cloud virtual-machine virtualization lxc docker
Assigning IP address to docker containers?

I'm new to Docker. Is it possible to assign an IP address (from a DHCP server) to Docker containers running …

ip-address dhcp docker lxc
Docker container refuses to get killed after run command turns into a zombie

first thing first. my system info and versions: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: …

linux docker zombie-process lxc
Is it possible to expose a USB device to an LXC/Docker container?

I have an embedded system development image contained in a Docker file. In order to flash the code I need …

mount udev docker lxc
Lost memory on Linux - not cached, not buffers

My Ubuntu 12 server is mysteriously losing/wasting memory. It has 64GB of ram. About 46GB are shown as used even …

linux memory-management lxc zfs
How to resize a linux container in proxmox

I'm trying to change an lxc container size in new proxmox 4 on debian jessie. But there is no checkbox (which …

lxc proxmox
Using docker volume with a NFS partition

I have a NFS partition on the host, if add it to a container with docker run -i -t -v /…

nfs docker lxc