a fork of magento/magento2-docker, all the information at https://github.com/magento/magento2-docker
347
This is a fork of original magento2-docker, but is aimed at hosting developer's environment, rather than just testing functionality.
Follow Quickstart with Magento 2 guide.
Run the container from your project's root (see Step 1 in a Quickstart guide above).
Once in container - import your database.
If you need to modify it - you can create your own image setting this one as a source.
Example Dockerfile in this case:
FROM asarturas/magento2-docker
RUN echo "further customisation"
If a change is generic enough - consider making a pull request or opening an issue ticket here, cheers.
This container is for developer's use only - not for production or pipeline environment.
Content type
Image
Digest
Size
315 MB
Last updated
over 10 years ago
docker pull asarturas/magento2-docker