Mount volumes on your host machine with Docker Compose and Rclone’s official image via FUSE — without the need for Docker plugins or building images to add S6 overlays.
Tag: docker
File Traefik
Serve files securely via SFTP, HTTPS, and WebDAV with SFTPGo proxied behind Traefik with Docker.
Traefik 2.5 quick-start guide
How to use TOML, YAML, or Docker Labels to hit the ground running with Traefik 2.5 under Docker Compose.
Easily create (and automatically renew) certificates from the Let’s Encrypt Certificate Authority and simultaneously distribute them to all of your servers on a schedule.
I use systemd to drive Docker Compose primarily under Ubuntu Server, and noticed that commands such as down would seemingly freeze while removing volumes. After checking the usual suspects (CPU, RAM, swap, et al.), I set out to see if anyone else was experiencing this problem. It turns out that several people are, and it’s […]
Seamlessly run your Rust programs under a development container in Visual Studio Code.