- Local machine with Windows installed
- Windows 10 version 1709+ or Build 16299+
- In order to run a Windows container, the host build must be greater than or equal to the container's build.
- See Windows Container Version Compatibility for more information
Product | Version |
---|---|
Java | AdoptOpenJDK JDK 8 |
Operating System | Windows Server Core 2016 |
Portal | master snapshot |
docker build -t <tag> .
docker run -p 8080:8080 -d <tag>:latest
This will start up a Liferay instance on Tomcat using HSQLDB.