Skip to content

Instantly share code, notes, and snippets.

View Tob1as's full-sized avatar

Tobias Hargesheimer Tob1as

View GitHub Profile
@Tob1as
Tob1as / Docker_on_Raspbian_10_Buster.sh
Last active December 18, 2020 17:01
Docker and Docker-Compose on Raspbian 10 Buster! (07.2019)
#!/bin/bash
set -e
# Docker on Raspbian 10 Buster!!!!
# Source-URL: https://gist.github.com/Tob1as/f6fba3fc041d3c8aacfa68441cc54124
# Created: 2019-07-24 ; last Updated: 2020-07-04
# if error "/bin/bash^M: bad interpreter" then execute: "sed -i -e 's/\r$//' *.sh"
# Read more:
# https://github.com/docker/for-linux/issues/709
# https://withblue.ink/2019/07/13/yes-you-can-run-docker-on-raspbian.html