This is a base magento2 image that is at the point that it will give you the setup.php flow
1.3K
The only reason this isn't an automated build is that it requires a auth.json file with credentials from magento connect and github.
example file auth.json
{
"http-basic": {
"repo.magento.com": {
"username": "---- add here ----",
"password": "---- add here ----"
}
},
"github-oauth": {
"github.com": "---- add here ----"
}
}
Link to the git repo where you can do this yourselves --> Dockerfile
Content type
Image
Digest
Size
323.8 MB
Last updated
almost 10 years ago
docker pull akitchin/magento