oo

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.

  1. Get Liferay Commerce

    tip

    Don’t have Docker? Go here first: Linux | Windows | OSX

    docker pull liferay/commerce:2.0.5
    
  2. Start Liferay Commerce

    docker run -it -p 8080:8080 liferay/commerce:2.0.5
    
    important

    Wait until you see org.apache.catalina.startup.Catalina.start Server startup in [x] milliseconds

  3. Open your browser to https://localhost:8080

What’s Next

Doing more than just checking things out? See the Installation Overview to learn more.

Want to get a store up and running in minutes? Learn about Accelerators.