Blog
Rclone Docker Plugin
Categories:
[Tech]
rclone
is a powerful command-line program that helps you manage files hosted on cloud storages. It supports a wide range of cloud storage providers and can be easily integrated into Docker containers using the rclone
Docker plugin.
This blog is a simplified documentation for reference. Official...
Setup OpenRC in Alpine Container
Categories:
[Tech]
Alpine Linux is a lightweight Linux distribution often used in containerized environments. One of the key difference in full and containerized Alpine Linux installation is openrc
, a dependency-based init system. While OpenRC exists by default in clean Alpine install, it is usually absent in a cont...