1
0
2026-04-23 14:31:26 +02:00
2026-04-23 14:31:26 +02:00
2026-04-23 10:27:41 +02:00
2026-04-23 11:19:39 +02:00

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.

S
Description
No description provided
Readme MIT 33 KiB
Languages
Dockerfile 100%