Using the Liferay Commerce Docker Image
The latest version Liferay Commerce is available as a docker image. Follow these steps to download the latest Docker image release of Liferay Commerce and get started.
-
Get Liferay Commerce
docker pull liferay/commerce:2.0.5
-
Start Liferay Commerce
docker run -it -p 8080:8080 liferay/commerce:2.0.5
importantWait until you see
org.apache.catalina.startup.Catalina.start Server startup in [x] milliseconds
-
Open your browser to
https://localhost:8080
What’s Next
Doing more than checking things out? See Installation and Upgrades to learn more.
Want to get a store up and running in minutes? Learn about Accelerators.