This Docker container is prepared to run the Aimeos Webshop. Aimeos is a modular PHP e-commerce solution for e-commerce applications.
You can build and run your Docker container by following the steps below:
Build Docker Image:
docker build -t aimeos-webshop:latest .
Create and Run Docker Container:
docker run -p 8080:80 aimeos-webshop:latest
View in Browser:
Visit http://localhost:8080 in your browser to access the Aimeos Webshop.
To customize the behavior of this container, you can use the environmental variables listed below. For detailed configurations, you can also refer to the Aimeos Webshop Documentation.
APP_ENV: Application environment (default: local).APP_NAME: Application name (default: Aimeos).Aimeos Webshop uses MySQL database. You can specify MySQL connection information using the following environmental variables:
DB_CONNECTION: Database connection type (default: mysql).DB_HOST: MySQL server address.DB_PORT: MySQL server port (default: 3306).DB_DATABASE: Database name.DB_USERNAME: Database username.DB_PASSWORD: Database password.This Docker container is licensed under the MIT License. You can check the license file for more information.
Content type
Image
Digest
sha256:3266ab686…
Size
304.2 MB
Last updated
over 2 years ago
docker pull modulairy/aimeos:main