This feature is currently in experimental status.
Of course docker must be installed.
To start in production mode (prototype server):
npm run docker:prod
To start in development mode:
npm run docker:start
If you need a console to the docker image, run:
npm run docker:dev:console
If you make changes to package.json or the Dockerfile you should recreate the docker image.
npm run docker:update