Skip to content

fixl/docker-fuego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuego Image

Build Container version size Docker Pulls Docker Stars

A Docker container containing fuego, a command-line firestore client.

Build the image

make build

Inspect the image

docker inspect --format='{{ range $k, $v := .Config.Labels }}{{ printf "%s=%s\n" $k $v}}{{ end }}' fixl/fuego:latest

Usage

docker run --rm -it fixl/fuego

docker run --rm -it --net=host --env FIRESTORE_EMULATOR_HOST=localhost:8080 fixl/fuego collections

About

Containerised command-line firestore client

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors