Launch the exchange, from the upper directory: 1. Build the container: $ docker-compose build exchange 2. Launch it $ docker-compose run -p 5555:8081 -p 5556:18080 exchange # Replace 5555, 5556 with the port which is to serve the normal # and /admin services.