These instructions are for AbanteCart eCommerce application installation with Docker container. 

Docker containers wrap up the software and its dependencies into a standardized unit for software development that includes everything it needs to run: code, runtime, system tools, and libraries. 

You do not need to get a hosting account to test run or develop with the AbanteCart application and docker. You can install AbanteCart and Docker on your own computer and get the convenience of accessing web site and code locally.


How to install

docker pull abantecart/abantecart

Username/password: admin/admin


If you remove the container all your data and configurations will be lost, and the next time you run the image the database will be re-initialized.




How to install the development version

To get a more advanced AbanteCart docker installation with database and files storage outside the container please use https://github.com/abantecart/docker 

Provided bash script can help you to install and up a server with two AbanteCart versions 1.3 and 2.0


Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.


Related issues