463b7a4194d4b8be2a689a5a6d023a90be696c6f
marp-ui-docker
This is a simple Docker container for running marp-ui.
** Warning ** Run marp-ui only in a local environment or behind some authentication system, eg. using a reverse proxy with authentication function!
marp-ui does not provide any form of authentication by itself. It is a single-user system that enables anyone who accesses it to see/edit/use all documents that are stored there.
Create container
Run docker build -t marp-ui . to build the image locally.
marp-ui will be installed using npm into the image.
Using docker push <Container-Registry>/marp-ui:latest, the image can be pushed to a
container registry.
Docker Compose
A example docker-compose.yaml is provided for running marp-ui using marp-ui from my container
registry.
Languages
Dockerfile
100%