Questions tagged [containers]

Use for generic questions on containers that do not fall under a specific container technology, like Docker, LXC, FreeBSD Jails, OpenBSD sysjails, Solaris Containers, WPARs, etc. Also use where the specific technology is not relevant to the question.

Containers are Operating System level Virtualization technology. Where kernel of OS allows for the existence of multiple isolated user-space instances. Containers may appear as fully virtualize operating system, nevertheless they share kernel with the host OS and any issue affecting the kernel may equally affect all running containers.

195 questions
1
vote
2 answers

How to get into an App Container Manually with Garden-RunC Backend?

So I have been trying this-tutorial to access the runC container from the diego-cell VM. However, when I try to run /var/vcap/packages/runc/bin/runc exec -t /bin/bash I get the error exec failed: container "" does not exist when…
Vipin Menon
  • 473
  • 1
  • 4
  • 6