Cheky icon indicating copy to clipboard operation
Cheky copied to clipboard

Image Docker pour architecture ARM

Open fallais opened this issue 8 years ago • 1 comments

Bonjour,

Bravo pour le travail ! Voici l'image sous Docker pour une utilisation sous Raspberry PI : https://github.com/fallais/docker-checky-arm

fallais avatar Nov 09 '17 14:11 fallais

et voilà une image toute prête pour x86_64:

https://hub.docker.com/r/pschmitt/cheky

Usage:

docker run -it --rm -v $PWD/data:/data -p 8012:80 --name cheky pschmitt/cheky 

It will then be available at: http://localhost:8012

pschmitt avatar Mar 07 '18 15:03 pschmitt