Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Docker-compose files for testing.

License

Notifications You must be signed in to change notification settings

reactivemarkets/reactive-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive Docker

This project provides Docker-compose files for:

  • Crossfire integration testing.
  • The Matchbox matching engine.

Prerequisites

Please contact the Reactive Markets support team for:

  • our latest Reactive FIX specification.
  • a container registry token.

Container Registry

Docker images are hosted in a private registry. Login to the Reactive container registry using the username and token provided by the support team:

$ docker login -u <username> -p <token> gcr.io

Docker Commands

Docker-compose files are available in the crossfire and matchbox sub-directories.

Run the Docker compose up command to create and start all containers:

$ docker-compose up

This command will start all containers in the foreground. Use the -d option to start them in the background, and the logs command to tail the logs:

$ docker-compose up -d
$ docker-compose logs -f

Containers running in the background should be stopped using the down command:

$ docker-compose down

The following Docker prune command will purge all containers, networks, volumes and images:

$ docker system prune --all --volumes

This can be useful to ensure a pristine system restart.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

Versioning

We use SemVer for versioning. For the versions available, see the releases page.

License

This project is licensed under the Apache 2.0 License. A copy of the license is available in the LICENSE.md file in the root directory of the source tree.

About

Docker-compose files for testing.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published