Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 603 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 603 Bytes

Testcontainers playground

Testing rootless docker with testcontainers.

  1. Install rootless docker
  2. Start rootless docker: systemctl --user start docker or dockerd-rootless.sh
  3. Run tests: ./mvnw test

Findings