Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 420 Bytes

cli-requirements.md

File metadata and controls

17 lines (13 loc) · 420 Bytes
title parent
CLI requirements
User manual

{{page.title}}

The Reconmap CLI relies on Docker to run security commands inside containers. The minimum version of Docker API supported is 1.40.

To check what version your system is running execute:

{% raw %}
$ docker version -f "Client API: {{.Client.APIVersion}}, Server API: {{.Server.APIVersion}}"
Client API: 1.40, Server API: 1.40
{% endraw %}