GitHub Page
Explore the Akamai Docker Image GitHub page to learn how to run Akamai command line tools in Docker.
The Akamai Development Environment offers you a simple solution in bundling the required tools together to help you get started faster. The Akamai Development Environment comes in the form of a Docker image that can be customized depending on the tools you require or you can install the complete image.
docker run --rm -it --name akamai -v $HOME/.edgerc:/root/.edgerc akamai/shell
This will run Docker in Interactive mode, name your docker image akamai, and grab the contents from Docker Hub under akamai-docker.
It will also install all the required tools such as Akamai CLI, HTTPie, Akamai Terraform Provider, and dependencies such as Python, Node.js and GoLang.
In order to send requests to Akamai API endpoints, your requests need to be properly authenticated.
alias akadev="docker run --rm -it --name akamai -v $HOME/.edgerc:/root/.edgerc akamai/shell"
Note: As a best practice, we also recommend setting up an alias to run the request faster.
Learn more about the Akamai Development Environment.
The Akamai Developer Program features tailored content to connect you to the latest tools, exclusive beta releases, upcoming events, and so much more that helps you get the most out of Akamai.