# marp-ui-docker This is a simple Docker container for running [marp-ui](https://codeberg.org/ric_harvey/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 /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.