You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
425 B

3 years ago
3 years ago
  1. # mdzk-docker
  2. This is a *very* simple docker container for the
  3. [mdzk](https://github.com/mdzk-rs/mdzk) zettelkasten publishing framework.
  4. Created because reinstalling using docker for every automated build was too
  5. costly. You can find it on
  6. [DockerHub](https://hub.docker.com/r/fr1nge/mdzk/).
  7. To serve a zettelkasten on port 8080, the command is:
  8. ```
  9. docker run -p 3000:8080 -v ./zettelkasten:/wiki fr1nge/mdzk:latest
  10. ```