https://github.com/waylonwalker/markata-docker
Docker Images for Markata
https://github.com/waylonwalker/markata-docker
docker markata
Last synced: 7 days ago
JSON representation
Docker Images for Markata
- Host: GitHub
- URL: https://github.com/waylonwalker/markata-docker
- Owner: WaylonWalker
- Created: 2022-06-18T02:32:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T07:01:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T08:18:48.490Z (over 1 year ago)
- Topics: docker, markata
- Language: Dockerfile
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markata Docker
`markta-docker` builds [markata](https://markata.dev) containers so that you can build
your markata site by installing no more than just docker on your system.
## Build your site using markata docker
``` bash
docker run -it --rm -v "$(pwd):/src" --workdir waylonwalker/markata:latest build
```
## Every Version
Every version of markata is built into a fresh docker image weekly. We can
build using very first version of markata with the following command.
``` bash
docker run -it --rm -v "$(pwd):/src" --workdir waylonwalker/markata:0.1.0 build
```