Giter Site home page Giter Site logo

alpine-s6-nginx-nodejs-ssh's Introduction

Alpine-Linux + nginx + php7-fpm + mysql + ssh + s6-overlay

Usage

Available options injected as environment variable

MYSQL_PASS="Password"

Build image

sudo docker build -t "alpine-nginx-php7-mysql-ssh" .

Start the Docker container:

sudo docker run -t -i -d -p 8080:80 -p 2022:22 -v your_php:/var/www/html -e "MYSQL_PASS=password" --name=cool_container jmaciasportela/alpine-nginx-php7-mysql-ssh

Open http://localhost:8080 on your browser

Including

  • NGINX 1.* (latest pkgs version)
  • PHP 7.* (latest pkgs version)
  • MySQL (latest pkgs version)
  • composer (/usr/local/bin/composer)
  • curl
  • bash
  • sshd

PHP 7 Modules

  • php7-fpm
  • php7-xml
  • php7-xsl
  • php7-pdo
  • php7-pdo_mysql
  • php7-mcrypt
  • php7-curl
  • php7-json
  • php7-fpm
  • php7-phar
  • php7-openssl
  • php7-mysqli
  • php7-ctype
  • php7-opcache
  • php7-mbstring
  • php7-session
  • php7-pdo_sqlite
  • php7-sqlite3
  • php7-pcntl
  • php7-ldap
  • php7-soap
  • php7-gd
  • php7-zip
  • php7-zlib
  • php7-xmlreader

SSH

user: root
pass: root

To use another password, change it on Dockerfile and rebuild the image

Credits

alpine-s6-nginx-nodejs-ssh's People

Contributors

jmaciasportela avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.