Install on Docker
To get the Akita Client as a docker container, run the following command:
docker pull akitasoftware/cli:latest
The docker container is also hosted on Amazon ECR. If you need to pull the image frequently or across many images (e.g. in distributed integration tests, across many Kubernetes nodes, etc.), try pulling from ECR rather than Docker Hub, as the former supports a higher pull rate.
docker pull public.ecr.aws/akitasoftware/akita-cli:latest
Note that if you pull from ECR, you should use the ECR image name when invoking the CLI rather than the Docker Hub image name.
Updated about 2 months ago
Did this page help you?