You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
I used nand-sata-install to copy the filesystem over to system on sata / usb whilst choosing btrfs as the filesystem.
After using softy to install docker, the docker daemon wouldn't start. All that was needed was to add /etc/docker/daemon.json as mentioned in the docker docs.
{
"storage-driver": "btrfs"
}
If the docker install could take this into account, that would be great. Thanks!
The text was updated successfully, but these errors were encountered:
viraniac
pushed a commit
to viraniac/fenix-config
that referenced
this issue
Sep 20, 2024
* Refactor see_cmd_list to show "sub menus" properly
* Renumber json for readbility nested menu represented with "." for each nesting.
* Restored mistakenly deleted menu item
---------
Co-authored-by: Tearran <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I used nand-sata-install to copy the filesystem over to system on sata / usb whilst choosing btrfs as the filesystem.
After using softy to install docker, the docker daemon wouldn't start. All that was needed was to add
/etc/docker/daemon.json
as mentioned in the docker docs.If the docker install could take this into account, that would be great. Thanks!
The text was updated successfully, but these errors were encountered: