You can use VuePress commands in a docker container.
698
You can use VuePress commands in a docker container.
| Parameter | Description |
|---|---|
[mount path] | Host OS's directory to mount to docker container. |
[tag] | Docker image tag. Please check DockerHub/Tags. |
docker rundocker run --rm --it -p 8080:8080 -v [mount path]:/home/worker tshion/vuepress-repl:[tag]
If you want to exit, please run exit command.
FROM tshion/vuepress-repl:[tag]
In detail, I would like you to check Dockerfile.
Content type
Image
Digest
Size
210.8 MB
Last updated
over 4 years ago
docker pull tshion/vuepress-repl:1.9.7