Building Liferay Docker Images
Liferay is open-source and fully customizable. You can create your own Liferay Docker images using Dockerfiles to suit the needs of your installation. For example, you can create a Liferay image that runs on your own operating system (Liferay’s native Docker images run on Ubuntu). To build a Liferay image that uses a different operating system,
-
Create a Dockerfile following
liferay-docker
’s template. -
Modify your operating system’s image to be compatible with Liferay’s.
-
Install the necessary packages for Liferay DXP. For a list of packages that Liferay DXP installs on top of the Ubuntu operating system, see Docker Packages.