Docker image with Magento CE-2.1.1 on Ubuntu 14.04.4 with php7 && apache2
1.9K
docker run -it -d --name=magento -h=magento -p 1080:80 -p 1022:22 cristo/magento:php7 /bin/bash
DB: magento
user: root
password: root
ssh -p1022 root@localhost
password: root
server {
listen *:80;
server_name localhost;
proxy_set_header Host localhost;
client_max_body_size 100M;
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_cache off;
proxy_pass http://localhost:1080;
}
}
[Docker Hub] (https://hub.docker.com/r/cristo/magento/)
[Git Hub] (https://github.com/monte-fm/magento)
Content type
Image
Digest
sha256:2d8280792…
Size
438.1 MB
Last updated
over 10 years ago
docker pull cristo/magento