All Projects → tcyfree → lnmp-docker

tcyfree / lnmp-docker

Licence: other
Docker for LNMP ( Alpine Linux + PHP7 + Nginx+ Supervisor + Crontab ) 开发环境镜像

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to lnmp-docker

balena-node-red
a node-red application with balena-supervisor support, can be managed remotely via balena publicURL
Stars: ✭ 54 (+134.78%)
Mutual labels:  supervisor
alpine
🐧 **Deprecated** PHP.earth Alpine Linux repository
Stars: ✭ 15 (-34.78%)
Mutual labels:  alpine-linux
docker-alpine
Minimal Alpine with working init process
Stars: ✭ 21 (-8.7%)
Mutual labels:  supervisor
docker-ejtserver
EJT License Server Docker image
Stars: ✭ 18 (-21.74%)
Mutual labels:  alpine-linux
pi-factory
Bootstrap a bitcoin lightning box for Raspberry Pi 3 based on Alpine Linux
Stars: ✭ 17 (-26.09%)
Mutual labels:  alpine-linux
docker-alpine-pandoc-ja
Pandoc for Japanese based on Alpine Linux
Stars: ✭ 14 (-39.13%)
Mutual labels:  alpine-linux
node-cron-expression
Declarative functional cron expression builder
Stars: ✭ 17 (-26.09%)
Mutual labels:  crontab
docker-alpine-nginx-pagespeed
Dockerized Nginx with PageSpeed Module on Alpine Linux
Stars: ✭ 28 (+21.74%)
Mutual labels:  alpine-linux
async cron
crontab for python,with asyncio
Stars: ✭ 23 (+0%)
Mutual labels:  crontab
docker-dind-awscli
A Docker image for Docker-in-Docker (dind) with AWS CLI v2 awscli tool included
Stars: ✭ 36 (+56.52%)
Mutual labels:  alpine-linux
docker-alpine-sshd
A lightweight OpenSSH Docker Image built atop Alpine Linux.
Stars: ✭ 108 (+369.57%)
Mutual labels:  alpine-linux
admin-training
Galaxy Admin Training
Stars: ✭ 55 (+139.13%)
Mutual labels:  supervisor
crontab
在弹层界面中组合成crontab表达式,然后实时解析最近5条满足条件的时间(结果),整体可当做VUE组件使用,也可将解析方法单独拎出来。
Stars: ✭ 56 (+143.48%)
Mutual labels:  crontab
xiaoniu cron
基于APScheduler二次开发,支持集群,可视化,API动态调用等等。BUG及时通知到微信,网页等等。
Stars: ✭ 53 (+130.43%)
Mutual labels:  crontab
docker-linguist
GitHub Linguist Docker image
Stars: ✭ 24 (+4.35%)
Mutual labels:  alpine-linux
netty-tcnative-alpine
Build netty-tcnative native binaries for Alpine Linux.
Stars: ✭ 20 (-13.04%)
Mutual labels:  alpine-linux
watchman
📆 更夫(watchman)是一款可视化的定时任务配置 Web 工具,麻麻不用担心我漏掉任何更新啦!
Stars: ✭ 40 (+73.91%)
Mutual labels:  crontab
alpine-php-fpm
Lightweight and optimised PHP-FPM (PHP 7.4, 8.0, 8.1) Docker images with essential extensions on top of latest Alpine Linux.
Stars: ✭ 53 (+130.43%)
Mutual labels:  alpine-linux
supervisor
[Mirror] Supervisor trees for Go applications.
Stars: ✭ 35 (+52.17%)
Mutual labels:  supervisor
headless-chrome-alpine
A Docker container running headless Chrome
Stars: ✭ 26 (+13.04%)
Mutual labels:  alpine-linux

#Lnmp-Docker - 快速构建LNMP容器环境

快速构建开发、测试、生产Docker + Alpine + PHP7 + Nginx + Composer + Supervisor + Crontab + Laravel 的Docker 容器应用环境

##主要特性

  • 基于Alpine Linux 最小化Linux环境加速构建镜像。
  • 支持Nginx虚拟站点、SSL证书服务。配置参考Nginx中certconf.d目录文件。

所有的容器基于Alpine Linux,默认使用sh shell,进入容器时使用该命令:

$ docker exec -it container_name sh

构建镜像

git clone https://github.com/tcyfree/lnmp-docker.git
docker build --no-cache -t lnmp-docker:v1 .

启动镜像

docker run -d -p 8096:80 --name=lnmp-docker-v1 lnmp-docker:v1

phpinfo

进入镜像容器内

docker exec -it lnmp-docker-v1 sh

推送镜像

docker login # 先登录

docker tag lnmp-docker:v1 tcyfree/lnmp-docker:v1

docker push tcyfree/lnmp-docker:v1

本镜像地址:https://hub.docker.com/r/tcyfree/lnmp-docker

相关文档 :https://segmentfault.com/a/1190000018415600

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].