API Developer
The API Connect Toolkit comes packaged with a Docker version of the API Gateway (DataPower) for testing full-featured policies locally on your workstation.

In order for you to be able to run the local API Gateway, you need to install Docker and make sure it's running.

Install Docker

  1. Follow the instructions on the Docker website for your operating system to install the latest Docker Community Edition.

    https://docs.docker.com/engine/installation/

  2. Run the following command in a terminal window to verify that Docker is running:

    docker ps
    
  3. Make sure you have at least 4 GB of RAM that is available for Docker Containers, otherwise the Datapower Gateway container running locally will not start. Follow the documentation for your respective host OS running docker for more information.

Install Docker Compose

Linux

  1. Linux users will need to install the docker-compose tool in addition to the core docker engine.

  2. Follow the instructions starting at Step 3 to Install Docker Compose on Linux.

macOS and Windows

  1. Docker Compose is already included in the latest versions of Docker for macOS and Windows.

Continue

  1. Once you have verified that Docker is running, proceed to Install the APIC Toolkit.