-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Armbian-install: disable Docker when installing images #7915
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
base: main
Are you sure you want to change the base?
Conversation
b1c008d
to
b50ac8d
Compare
enable back on exit
b50ac8d
to
6c77a13
Compare
Weird results all the time, as armbian-install does an rsync of a running system -- many things can be open and change during the rsync. I think Docker (containerd, really) and its overlay2 filesystem might just be wors-er than most, but the wierdness can happen with many other things. |
The "correct" way of doing this involves creating a temporary initrd and kexec'ing into a new kernel and initrd while leaving the original image unmounted, so that it can be copied without anything open or running on it. It is a huge endeavour though. |
WalkthroughThe script was updated to enhance Docker service management during its execution. The signal trap for INT and TERM signals now restarts the Docker service before the script exits, replacing the previous behavior of immediate exit. Additionally, the Suggested labels
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
Stop Docker system running Armbina-install to prevent weird results and to speed up. Does it make sense?
How Has This Been Tested?
Checklist: