Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 621 Bytes

File metadata and controls

16 lines (9 loc) · 621 Bytes

BluecherryClient-docker

Docker recipe for Bluecherry-client

This docker recipe solves the issue of bluecherry-client not running on newer Ubuntu/Debian or any other GNU/Linux OS.

This docker uses Ubuntu 16.04 and needs the bluecherry-client_2.2.6-1_amd64.deb (Ubuntu 16.04 and newer) to be placed in same folder as the dockerfile.

Also a bluecherry.conf needs to be created and placed in the folder. I created mine by first building the docker image and setting up Bluecherry Client - the conf is stored in /root/.config/bluecherry/

Build command:

docker build -t bluecherry-client .

and exectue with:

sh run.sh