Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Deploying a JxBrowser application with Docker

This example demonstrates how you can prepare and launch a Docker image with a JxBrowser application.

Please visit our Docker tutorial that will guide you through this example step-by-step.

Building and Launching an Example

  1. Insert your license key into the demo application.

  2. Build a Docker image: docker build -t jxbrowser .

  3. Start a container: docker run --shm-size=1gb -t jxbrowser

    Please note that the --shm-size=1gb argument is required. By default, Docker's shared memory is limited to 64MB, which is not enough for Chromium to work.