Y
Hacker News
new
|
ask
|
show
|
jobs
by
rambossa
2958 days ago
> Ever tried to security update a container?
Wouldnt the approach for security updates be to replace the container?
2 comments
icebraining
2958 days ago
Depends on the approach, you can use mutable or immutable containers. In fact, the OpenVZ VPSs that were at one time reasonably popular were just containers.
link
nunez
2958 days ago
Pretty much. Update the image or do the update in a container based off of the old image and package that
link