Skip to content

Apricot-S/akochan-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akochan-docker

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

Requirements

  • Docker
  • Docker Compose

Usage

Run as a TCP client

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 up

Run temporarily with custom options

To run system.exe with direct command-line options:

akochan-docker$ docker compose run --rm app ./system.exe [options]

License

Copyright (c) Apricot S. All rights reserved.

Licensed under the MIT No Attribution license.

Releases

No releases published

Packages

 
 
 

Contributors