Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 368 Bytes

File metadata and controls

14 lines (13 loc) · 368 Bytes
DockerProvider dockerProvider = DockerProvider.get();
dockerProvider.ensureInstalled();
dockerProvider.start();
DockerClient dockerClient = dockerProvider.getClient();

Currently supported setups:

  • - Linux root
  • - Linux rootless
  • - Windows Administrator
  • - Windows non-Administrator
  • - macOS root
  • - macOS rootless