Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the essential difference between docker and rkt?

How are they functioning differently? Which features of the kernel are they using?

like image 484
NeoWang Avatar asked Oct 26 '16 01:10

NeoWang


1 Answers

You can read all about it in this link

Basically, my impression is that rkt takes pride in being image-agnostic (meaning you can run images that were built using docker or other container engines) and contain less overhead than docker does. This is a nice picture to describe the differences between the two (taken from the link I've attached) - enter image description here

like image 66
Yaron Idan Avatar answered Sep 30 '22 03:09

Yaron Idan