Questions tagged [libcontainer]

Libcontainer is Docker's native execution driver.

Originally Docker () was based on LXC but has since moved on to libcontainer as its native execution driver.

However, Docker can still be configured to run containers atop LXC as of Docker version 1.0.

2 questions
20
votes
4 answers

How can I substitute lsof inside a Docker (native, not LXC-based)

I'm somewhat baffled that inside a Docker container lsof -i doesn't yield any output. Example (all commands/output from inside the container): [1] root@ec016481cf5f:/# lsof -i [1] root@ec016481cf5f:/# netstat -tulpn Active Internet connections (only…
0xC0000022L
  • 16,189
  • 24
  • 102
  • 168
13
votes
1 answer

docker - how to run x desktop in a container?

I'm trying to set up my Linux machine to run multiple guest OSes, one of those being a Windows VM, and another a Linux container. The goal here is to prevent me from messing up the host system, while being free to operate the base operating system…
Paul
  • 289
  • 1
  • 2
  • 9