Skip to content

Instantly share code, notes, and snippets.

View hartingsdev's full-sized avatar
⌨️
typing some code

Robert Hartings hartingsdev

⌨️
typing some code
View GitHub Profile
#!/usr/bin/env bash
set -euo pipefail
export DEBIAN_FRONTEND=noninteractive
# ===== CONFIG =====
# Username to be added to docker group
# MUST already exist on the system
DOCKER_USER="hartings"
# ==================