Persist after reboot? #87
-
I'm adding multi-platform support to some images, where the docker buildx command was failing until I installed the emulators using:
The problem I'm having is that after rebooting my system, I have to run this again before I can build again. I am running Debian, so I could add a startup service in systemd, but that would re-install at each boot. How can I get this to persist? |
Beta Was this translation helpful? Give feedback.
Answered by
tonistiigi
May 20, 2022
Replies: 1 comment 1 reply
Answer selected by
sblatnick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#85