This environment is in use internally for testing store plugins.
Each created instance has an own subdomain. The Shopware installation runs in a subfolder /shop/public
.
The Adminer Plugin and App-System are preinstalled.
This Application has only an API
This Application should run only in internal networks
docker run --rm -p 80:80 -e VIRTUAL_HOST=localhost ghcr.io/shopwarelabs/testenv:6.4.3
Access shop at http://localhost/shop/public
User: demo
Password: demodemo
Returns all running containers
JSON Request:
{
"installVersion": "<lowest supported version of plugin>",
"plugin": "<plugin zip encoded>"
}
Response
{
"id": "<docker id>",
"domain": "<running url>",
"installedVersion": "<installed version>"
}
Response
{
"success": true
}