diff --git a/README.md b/README.md index 78d3255e6..0f75aec40 100644 --- a/README.md +++ b/README.md @@ -80,13 +80,13 @@ After starting the container, you'll see the setup page of Magento 2. You can us ### Magento 2 ~~~ -$ docker exec -it install-magento +$ docker-compose exec web install-magento ~~~ ### Sample data ~~~ -$ docker exec -it install-sampledata +$ docker-compose exec web install-sampledata ~~~ **Please note:** Sample data for Magento 2.2.2 doesn't work at the moment, see [this issue](https://github.com/alexcheng1982/docker-magento2/issues/11). @@ -179,4 +179,4 @@ When deploying those changes to production servers, we can simply copy all files ### Test Magento compatibilities -This Docker images has different tags for corresponding Magento versions, e.g. `2.2.1`, `2.2.2`. You can switch to different Magento versions very easily when testing extensions and themes. \ No newline at end of file +This Docker images has different tags for corresponding Magento versions, e.g. `2.2.1`, `2.2.2`. You can switch to different Magento versions very easily when testing extensions and themes.