Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 573 Bytes

File metadata and controls

19 lines (13 loc) · 573 Bytes

Markata Docker

markta-docker builds markata 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

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.

docker run -it --rm -v "$(pwd):/src" --workdir waylonwalker/markata:0.1.0 build