GithubHelp home page GithubHelp logo

un1labs / docker-internal-images Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prestashop/docker-internal-images

0.0 0.0 0.0 84 KB

Docker images with PrestaShop pre-installed and MySQL included

License: MIT License

Shell 46.90% PHP 18.01% Dockerfile 35.09%

docker-internal-images's Introduction

Docker Internal images

This repository provides additional Docker images for a quick deployment of PrestaShop.

โš ๏ธ They are not designed for running an e-commerce activity in production.

Description

These Docker files are based on the images prestashop/prestashop. With the Apache + PHP server already present, a MySQL server is installed and configured for a small environment (only one user per running website) to avoid too much memory consumption.

Each tag of this images has the following content:

  • PrestaShop is pre-installed during the build
  • All existing languages are being added at the same time.
  • One employee per language is created (demo<iso_code>@prestashop.com)
  • URL rewriting is enabled

For each PrestaShop major version, we chose the best compromise between reliability and speed of PHP.

  • PrestaShop 1.5 with PHP 5.6
  • PrestaShop 1.6 with PHP 7.1
  • PrestaShop 1.7 / Nightly with PHP 7.2
  • PrestaShop 1.7.7 / Beta with PHP 7.3

Installation

Images are being stored by default on Docker hub. They can be downloaded with:

docker pull prestashop/docker-internal-images[:tag]

Possible values for the tag are: 1.5, 1.6, 1.7, nightly. Not providing this parameter will fallback on PrestaShop 1.7.

Running this image

To run this images flawlessly on your environment, we advice you to find an available port on the host, then bind it to the container and the domain parameter.

This example runs a pre-installed PrestaShop 1.7 on the port 8003 of the local machine:

docker run -ti -p 8003:80 -e PS_DOMAIN=localhost:8003 prestashop/docker-internal-images:1.7

Contributing

Changes can be suggested on https://github.com/PrestaShop/docker-internal-images.

During the development, you may try to build new local images by running the following commands:

docker build -t prestashop/docker-internal-images:1.7 1.7
docker build -t prestashop/docker-internal-images:1.6 1.6
docker build -t prestashop/docker-internal-images:1.5 1.5
docker build -t prestashop/docker-internal-images:nightly nightly

Then follow the step "Running this image" to create a container from these new tags.

Make sure each subfolder got the same improvement or only one tag will be updated.

docker-internal-images's People

Contributors

atomiix avatar emmanuelgautier avatar jeanfavreau avatar jmcollin avatar lfourreau avatar matks avatar pierrerambaud avatar progi1984 avatar quetzacoalt91 avatar sowbiba avatar zalexki 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.