Skip to content

Instantly share code, notes, and snippets.

View rohit267's full-sized avatar
🎯
Focusing

Rohit Mahto rohit267

🎯
Focusing
View GitHub Profile
@deviantony
deviantony / local-persist-install-nosudo.sh
Last active January 6, 2024 18:04
Installation of the local-persist volume driver for docker without sudo
#!/usr/bin/env bash
set -e
VERSION="v1.2.1"
# uname -s, uname -m
# Deb 32: Linux i686
# Ubuntu 64: Linux x86_64
# FreeBSD: FreeBSD amd64