Sign inSign up

vsheffer/gcp-firebase-cli

By vsheffer

Updated over 6 years ago

Both gcp and firebase CLI.

Image
0

1.1K

vsheffer/gcp-firebase-cli repository overview

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.

Tag summary

Content type

Image

Digest

Size

440.4 MB

Last updated

over 6 years ago

docker pull vsheffer/gcp-firebase-cli