Skip to content

arvinkarimi2005/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dockerfiles

This repository contains some Dockerfiles for building Docker images:

  • php-fpm-nginx-alpine: This folder contains Dockerfile based on php5.6-fpm-alpine docker image, nginx is installed and connects to fpm with unix socket instead of tcp socket. also composer and PDOs such as postgresql, mysql, rabbitmq are installed. notice supervisor runs nginx and fpm in container. also there is a "conf" folder which contains nginx, fpm and supervisor configs. by default port 80 shows up php config page.

  • nodejs: This Dockerfile is based on node:8-alpine, pm2 and build dependencies are installed, if you want use this dockerfile I recommend remove build dependecies after npm install to reduce docker image size.

    Run apk del .build-dependencies

  • nodejs-no-builddep: same as nodejs Dockerfile but without build dependecies

About

some Dockerfiles for project based on alpine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published