Sign inSign up

tshion/ionic-repl

By tshion

Updated almost 4 years ago

You can use ionic cli in a docker container.

Image
0

2.3K

tshion/ionic-repl repository overview

IonicREPLInDocker

You can use ionic cli 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 4200:4200 -p 8100:8100 -p 9876:9876 -p 35729:35729 -p 53703:53703 -v [mount path]:/home/worker tshion/ionic-repl:[tag]

If you want to exit, please run exit command.

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

Features

In detail, I would like you to check Dockerfile.

Blogs
Products
References

Tag summary

Content type

Image

Digest

sha256:e8b53e9ea

Size

209.3 MB

Last updated

almost 4 years ago

docker pull tshion/ionic-repl:6.20.4