Posted inDocker Linux MySQL Docker custom WordPress and SFTP image Posted by Tim Ng 2024-11-19 粗體的部份是新增SFTP的 vi dockerfile_web_wp8225 FROM php:8.2.25-apache RUN rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Asia/Hong_Kong /etc/local...
Posted inDocker Linux MySQL Docker custom WordPress image Posted by Tim Ng 2024-11-18 vi dockerfile_web_wp8225 FROM php:8.2.25-apache RUN rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Asia/Hong_Kong /etc/localtime RUN apt-g...
Posted inDocker Linux Bind9 DDNS in Docker Posted by Tim Ng 2024-11-16 vi dockerfile_ddns FROM ubuntu:latest RUN apt-get update && apt-get install bind9 vim curl dnsutils cron -y && apt-get clean -y &&...
Posted inDocker Linux Docker 管理工具 portainer Posted by Tim Ng 2024-11-15 docker volume create portainer_data docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker....
Posted inDocker Linux RustDesk Server in Docker with custom ports Posted by Tim Ng 2024-11-13 docker volume create RustDesk docker image pull rustdesk/rustdesk-server docker run --name hbbs -v RustDesk:/root -p xxx.xxx.xxx.xxx:1234-1236:21114-2...