This Docker image is meant to deploy a GCP/Firebase command line interface without potentially polluting your host with conflicting dependencies.
It makes no claim to being deployable to any host. As such, it makes some big assumptions. First among them that the host UID:GID will be 1000:1000 to map to the containers node user (home dir /home/node).
Simplest invocation is:
docker run -it --rm -p 9005:9005 -v $(pwd):/home/node/projects vsheffer/gcp-firebase-cli /bin/bash
In this invocation all Firebase artifacts will be created in the current host working directory.
The port mappings are to support authentication.
Content type
Image
Digest
Size
440.4 MB
Last updated
over 6 years ago
docker pull vsheffer/gcp-firebase-cli