To download a new version of DKP, you have 2 options:
Download from the support website
Download from the command line
You can download image bundle files by running the following CLI command:
```bash
wget "https://downloads.d2iq.com/dkp/v2.2.0/kommander-image-bundle-v2.2.0.tar.gz" -O kommander-image-bundle.tar.gz
```
Download from the AWS Marketplace
Follow the instructions on AWS console to download the container image.
After downloading the image, run the following command to copy the binaries onto your host.
docker run -it --rm -u $(id -u):$(id -g) -v $(pwd):/dkp $CONTAINER_IMAGES
You will then see the following output:
dkp binary is placed in the local directory, to run:
./dkp --help
You will now see the dkp
binary in your working directory. Follow the Kommander installation instructions using these binaries, and then add your license to Kommander. If you have problems downloading or installing Kommander, contact your sales representative or sales@d2iq.com.