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
-
Follow the instructions on the Docker website for your operating system to install the latest Docker Community Edition.
-
Run the following command in a terminal window to verify that Docker is running:
docker ps
Troubleshooting:
The above command will list any running containers. It’s okay if the command shows no containers running at this time, as long as you do not see an error.
If you receive an error stating that there was no response from the Docker engine, follow these instructions to Configure and troubleshoot the Docker daemon -
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
-
Linux users will need to install the
docker-compose
tool in addition to the core docker engine. -
Follow the instructions starting at Step 3 to Install Docker Compose on Linux.
macOS and Windows
- Docker Compose is already included in the latest versions of Docker for macOS and Windows.
Continue
- Once you have verified that Docker is running, proceed to Install the APIC Toolkit.