Docker configurations for building and running Akochan.
This containerized environment offers the following features:
- Automated build process and dependency management
- Cross-platform support via Docker
- TCP client connectivity to Mjai servers running on the host machine
- Docker
- Docker Compose
The following command starts Akochan as a TCP client and connects to an Mjai server running on the host machine (port 11600):
akochan-docker$ docker compose upTo run system.exe with direct command-line options:
akochan-docker$ docker compose run --rm app ./system.exe [options]Copyright (c) Apricot S. All rights reserved.
Licensed under the MIT No Attribution license.