|
|
Subscribe / Log in / New account

An introduction to Clear Containers

An introduction to Clear Containers

Posted May 21, 2015 20:32 UTC (Thu) by Cyberax (✭ supporter ✭, #52523)
In reply to: An introduction to Clear Containers by dlang
Parent article: An introduction to Clear Containers

VMs are a completely different beast, as they emulate the real hardware and are used as such.

Docker containers were used completely differently from the start. For example, for a long time it had not been possible to run a shell inside an already running container.


to post comments

An introduction to Clear Containers

Posted May 22, 2015 2:53 UTC (Fri) by lyda (subscriber, #7429) [Link] (1 responses)

Er, no. If you had a current version of the util-linux package you had nsenter. For docker containers they finally made an exec command, but nsenter always worked.

An introduction to Clear Containers

Posted May 22, 2015 16:38 UTC (Fri) by Cyberax (✭ supporter ✭, #52523) [Link]

Well, nsenter had not been a documented way to enter a running container until the most recent Docker. And it's still discouraged.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds