Skip to content

Instantly share code, notes, and snippets.

View MarkErik's full-sized avatar

Mark MarkErik

View GitHub Profile
@MarkErik
MarkErik / Dockerfile
Last active April 8, 2024 19:30
Automated Script to Setup Rootless Docker and Fail2Ban for Digital Ocean VPS
FROM debian:buster-slim
RUN apt-get update
RUN apt-get install -y ruby-dev build-essential
RUN gem install t