Sign inSign up

tshion/vuepress-repl

By tshion

Updated over 4 years ago

You can use VuePress commands in a docker container.

Image
0

698

tshion/vuepress-repl repository overview

VuePressREPLInDocker

You can use VuePress commands in a docker container.

Quick Start

ParameterDescription
[mount path]Host OS's directory to mount to docker container.
[tag]Docker image tag.
Please check DockerHub/Tags.
Case1: docker run
docker run --rm --it -p 8080:8080 -v [mount path]:/home/worker tshion/vuepress-repl:[tag]

If you want to exit, please run exit command.

Case2: Use as base image
FROM tshion/vuepress-repl:[tag]

Features

In detail, I would like you to check Dockerfile.

Products
References

Tag summary

Content type

Image

Digest

Size

210.8 MB

Last updated

over 4 years ago

docker pull tshion/vuepress-repl:1.9.7