This repository allows Wright Group developers to quickly stand up fake daemons and associated for pretending that they are using a certain system. Currently only tested on Linux.
$ apt install docker.io
$ apt install docker-compose
(in directory corresponding to the system you want to mimic)
$ cp yaqc-cmds-config.toml ~/.config/yaqc-cmds/config.toml
(in directory corresponding to the system you want to mimic)
$ sudo docker-compose up --build
this runs the containers in the foreground, simply exit the process to stop them
local ports needed must be open before running this command