Created
January 24, 2022 14:17
-
-
Save nij4t/1e4c49cb25e7c04dcca0aa55545f41d4 to your computer and use it in GitHub Desktop.
Revisions
-
nij4t created this gist
Jan 24, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ --- default.yaml 2022-01-24 15:12:57.000000000 +0100 +++ default.aarch64.yaml 2022-01-24 15:13:39.000000000 +0100 @@ -110,6 +110,9 @@ else echo "Docker already installed" fi + # Add aarch64 support + systemctl start containerd + nerdctl run --privileged --rm tonistiigi/binfmt --install all # `user` is executed without the root privilege - mode: user