Linux containers (sometimes called Docker) keep applications and their runtime components together by combining lightweight application isolation with an image-based deployment method.
I think "Linux containers (sometimes called Docker)" is a very unfortunate word choice. It adds even more confusion around the difference between LXC and Docker. Maybe something like "Linux containers (sometimes called Docker containers)" or "Linux containers (as popularized by Docker)" would be better?