yangliuyu / docker-images

The Docker images of the laradock/laradock repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaraDock

forthebadge

What is this?

These are the Docker images used by the laradock/laradock repository. If you don't know what the LaraDock is, than you probably don't know where you are. Check this Documentation.

Build your own Image

Pick any image you want edit the Dockerfile and build your own version of the image docker build -t {your-image-name} .

We would love you to contribute :)

The base Image

All the images are built from phusion/baseimage.

Supported Images

  • NGINX+PHP
  • MySQL
  • Redis
  • Beanstalked
  • Data Volume (for MySQL & Redis)

Note: PHP and NGINX are in one container, I will split them whenever I see the need for it.

HowTo

docker build --no-cache -t chuanty/phpnginx:7.0.4-fpm_1.8.1 -f phpnginx/Dockerfile .

Questions

If you have any questions please share it with us on Join the chat at https://gitter.im/LaraDock/docker-images or email me on (mahmoud@zalt.me).

Contributing

All contributions are welcomed.

Support

Issues on Github.

Credits

Mahmoud Zalt

License

Inside every image directory.

About

The Docker images of the laradock/laradock repository


Languages

Language:Shell 100.0%