Mua hàng tại Link Shopee hoặc Hotline 0345-148-136.

Thẻ: docker

  • Cài đặt AdGuard Home bằng Docker

    Hôm nay nhân tiện có khách hỏi Orange Pi Zero3 có chạy được AdGuard Home hay không? Câu trả lời là có! Orange Pi Zero3 có thể chạy Debian 12. Kiến trúc AArch64 (arm64) được hỗ trợ khá phổ biến. Cài trực tiếp (baremetal) chắc chắn được, Armbian / DietPi thậm chí còn có sẵn…

  • Podman Linux images on FreeBSD 14.0

    bởi

    trong

    Finally I can run docker / podman Linux container images on FreeBSD. Note that: not every Linux container can run on FreeBSD. I just follow podman docs, install Podman and config pf. 1. podman-run Verify podman can run FreeBSD native image Test Linux container on FreeBSD Test Apache Linux container on FreeBSD List running containers…

  • Mail server on your single-board computer easy way

    Mail server on your single-board computer easy way

    I used to use 3rd-party mail services like Gmail or Outlook for a long time. Recently, I deployed some websites and I needed to send emails by my own domains. This is really complicated with Gmail, of course they let us do it. Then I thought I need to host mail-server myself. I found some…