Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 976 Bytes

docker_setup.md

File metadata and controls

25 lines (15 loc) · 976 Bytes

Docker setup

Mac OS X

Install Docker for Mac as described on https://docs.docker.com/docker-for-mac/.

Ubuntu/Debian

The docker.io package shipped with Ubuntu and Debian is usually too old. Install from the Docker APT repositories instead:

Important: Please follow the post-installation steps to enable swap limit support in the kernel. INLOOP uses the --memory option to limit memory available to a container. If not configured correctly, all integration tests will fail because the docker command permanently prints a warning message:

WARNING: Your kernel does not support swap limit capabilities. Limitation discarded.