Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 926 Bytes

containers.md

File metadata and controls

13 lines (7 loc) · 926 Bytes

Containers (e.g., Docker)

security: high usability: medium/high

As far as I'm concerned, containerization is one of the best things to happen to computing in general—and developer tools in particular. Although it can be a slow-building, space-hogging, pain in the ass sometimes, the isolation benefits are extremely powerful.

Windows

Make sure to use the WSL 2 Docker backend to achieve native Linux performance in your containers!

macOS

Docker supports Apple Silicon, and many images are available for arm64, which will offer much better performance than using x86-64 emulation.