Deploy Nginx 1.22.1 in Docker with /data/nginx as the host mount
A practical guide to using install_nginx_base_docker.sh when Docker is already ready and you want a predictable Nginx 1.22.1 container with host-mounted config, content, and logs.
Read article Deploy MySQL 5.7 in Docker with /data/mysql5.7 as the host mount
A practical guide to using install_mysql57_base_docker.sh when Docker is already ready and you need a predictable MySQL 5.7 instance with host-mounted data, config, and init SQL.
Read article Deploy Redis 7.0.5 in Docker with /data/redis7.0.5 as the host mount
A practical guide to using install_redis705_base_docker.sh when Docker is already ready and you need a password-protected Redis 7.0.5 instance with host-mounted data and config.
Read article Deploy PHP 7.2 in Docker with /data/php7.2 as the host mount
A practical guide to using install_php72_base_docker.sh when Docker is already ready and you need a host-mounted PHP 7.2 runtime for older applications.
Read article Deploy Workerman 3.5.24 in Docker with /data/workerman3.5.24 as the host mount
A practical guide to using install_workerman3524_base_docker.sh when Docker is already ready and you need a simple Workerman 3.5.24 runtime with host-mounted app files and logs.
Read article