The suggested methods here assume fast and stable internet connectivity, however, all scripts here have designed safe to be repeated as many as you want until you succeed. All scripts, configs, and programs are offered “as-is”, without warranty, and disclaiming liability for damages resulting from using our project. Install ScriptRecommended for most users: This script is meant for quick & easy docker, docker-compose, and flat install for all docker ported SBCs. If you are not sure whether yours is one of the boards docker ported, there will be no harm to run this script. (getflat Upgrade Note) Copy, paste, and run the below in terminal:
When you finally see 'All done' message, try 'docker ps' command and check the new 'flat' container is up and running. Then move to the First Login section. Manual InstallFor advanced users: For this option, first off, you should have docker and docker-compose already installed. To find out how to get them, please check your SBC's community forums and look for the docker-ce and docker-compose installation guides.
Now, you can simply download our docker-compose.yaml to your home (cd ~/), or, if you already have one, put the following code block in yours and run 'docker-compose up -d' command.
Same thing. If you see 'All done,' try 'docker ps' command and check the 'flat' container is running. If all works, move to the First Login section.
|