Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tancou on github.
  • I am tancou (https://keybase.io/tancou) on keybase.
  • I have a public key whose fingerprint is 0969 5CD5 B6C5 59FC BC13 5DB1 185E ACA6 8E21 2512

To claim this, I am signing this object:

#!/bin/bash
apt update -y
apt install curl -y
apt install qemu-guest-agent -y
curl -sSL https://get.docker.com/ | sh
usermod -aG docker ${USER}
#!/bin/bash
apt update -y
apt install curl -y
apt install qemu-guest-agent -y
curl -sSL https://get.docker.com/ | sh
mkdir -p /etc/systemd/system/docker.service.d/
cat <<EOF > /etc/systemd/system/docker.service.d/mount_propagation_flags.conf