Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker-compose and Dockerfile installations #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeremyll
Copy link

@jeremyll jeremyll commented Jun 5, 2016

Should be able to run the send text demo within 2 commands:

sudo docker-compose run --rm flaschen make all
sudo docker-compose run --rm flaschen ./send-text -f fonts/6x10.bdf -o "Nice work"

@hzeller
Copy link
Owner

hzeller commented Jun 5, 2016

Mmh, not sure if it is very useful to have the client programs dockerified; can you explain why you think that would be useful ?

I'd be rather interested in a dockerified version of the server, as it (a) needs to access GPIO and (b) might create real-time threads and (c) listens on ports (though all unprivileged). Right now it does the usual root/drop-priv/become-daemon spiel, but having that in a docker container might be an interesting exercise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants