You can use ionic cli in a docker container.
2.3K
You can use ionic cli 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 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.
FROM tshion/ionic-repl:[tag]
In detail, I would like you to check Dockerfile.
Content type
Image
Digest
sha256:e8b53e9ea…
Size
209.3 MB
Last updated
almost 4 years ago
docker pull tshion/ionic-repl:6.20.4