Sign inSign up

tshion/angular-repl

By tshion

Updated almost 4 years ago

You can use angular cli in a docker container.

Image
0

2.0K

tshion/angular-repl repository overview

AngularREPLInDocker

You can use angular 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 -v [mount path]:/home/worker tshion/angular-repl:[tag]

If you want to exit, please run exit command.

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

Features

In detail, I would like you to check Dockerfile.

Blogs
Products
References

Tag summary

Content type

Image

Digest

sha256:e2fc10b63

Size

71.1 MB

Last updated

almost 4 years ago

docker pull tshion/angular-repl:15.0.0