I haven’t dealt with Canon stuff, but the Arch Wiki is a good place to start.
Voytrekk
- 0 Posts
- 3 Comments
Joined 5 months ago
Cake day: December 23rd, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Voytrekk@sopuli.xyzto Linux@lemmy.ml•How to deploy Docker images to Raspberry Pi w/o using a image registryEnglish5·19 days agoPerhaps a compose file on the raspberry pi. You can have it build the container as part of the compose file, then you can just start your services up with
docker-compose up -d --build
. The only things you would need to do is update the git repos and rerun the up command. You could also script it to pull the git repos before building.
It is. Maybe they meant CachyOS, which is a popular Arch based distro.