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

pi-display/blinkt/display-led.py : move from crontab to ? systemd ? #27

Open
BradleyA opened this issue Sep 11, 2018 · 0 comments
Open
Assignees
Labels
enhancement Increase or improve in quality, performance, business value, function, or user satisfaction. needs investigation What? How? question Further information is requested
Milestone

Comments

@BradleyA
Copy link
Owner

Thinking about moving the services to containers (Thinking not just off the top of my head; the container will create an security risk because of the need for --privileged) or systemd. (systemctl status docker.service ; journalctl -xe )

Full container capabilities (--privileged)

The --privileged flag gives all capabilities to the container, and it also lifts all the limitations enforced by the device cgroup controller. In other words, the container can then do almost everything that the host can do. This flag exists to allow special use-cases, like running Docker within Docker.

@BradleyA BradleyA added enhancement Increase or improve in quality, performance, business value, function, or user satisfaction. question Further information is requested needs investigation What? How? labels Sep 11, 2018
@BradleyA BradleyA added this to the next release milestone Sep 11, 2018
@BradleyA BradleyA self-assigned this Sep 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Increase or improve in quality, performance, business value, function, or user satisfaction. needs investigation What? How? question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant