clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

How to perform magento rollback from docker image #72

Open kailash-bisht opened 5 years ago

kailash-bisht commented 5 years ago

I need to create CI/CD pipeline using Magento 2 docker image. As there are commands like "magento setup:rollback --code-file="...." in normal Magento environment. Can I have same setup like this in docker image? How can I issue rollback command from docker image.