Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 623 Bytes

docker_setup.md

File metadata and controls

15 lines (8 loc) · 623 Bytes

Docker Setup

Before continuing with this setup, ensure that you have your valid API key pairs for both Clio Manage and Clio Identity, have cloned the example application repository and updated the environment variables as outlined in the readme.

Docker

Install Docker from docs.docker.com/get-docker or via brew: brew install docker.

Start

Now that you have Docker installed you can build the image: docker compose build.

And boot the app: docker compose up.

The example third-party application should now be running at http://localhost:3013/.