Liferay.Design / Handbook
Principles
    About
LexiconResearchResources
Part of Liferay, IncCode/Content Licenses

Previous Portal Versions

Sign In

If you are a product designer working in a Liferay DXP related project you might be interested in knowing how an application looked like in previous versions. This guide will help you with that.

Install Docker

Liferay DXP previous versions can be found as Docker images. To run them you need to get Docker first.

Running a Docker image

This guide will help you with the specific command. But if you just need the basic, select a tag to replace in the following command and run it.

docker run -it -p 8080:8080 liferay/portal:{tag}

Example

docker run -it -p 8080:8080 liferay/portal:6.2.5-ga6

Once it has been downloaded and it is running, you will be able to see it in your web browser

http://localhost:8080/

Cleaning up

Remember to clean up your Docker images library. Each image weight is around 1.2Gb. You can do this manually from the Docker desktop application.

Something to improve? Report an issue!
Menu