Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <container_name> install-magento
$ docker-compose exec web install-magento
~~~

### Sample data

~~~
$ docker exec -it <container_name> 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).
Expand Down Expand Up @@ -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.
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.