Skip to content
Compare
Choose a tag to compare
@tinitiuset tinitiuset released this 09 Nov 21:49
· 4 commits to main since this release

Install documentation in "one" command in english:

wget -qO- https://github.com/tinitiuset/lab-grafana/releases/download/1.0/grafana-lab-en.tar.gz | docker load && docker run --name grafana-lab-doc -p 80:80 -d tinitiuset/grafana-lab-doc:en

It will be available at port 80.

Make sure to delete containers and images when you're done!

docker image rm -f tinitiuset/grafana-lab-doc:en

Instala la documentación en "un" comando en castellano:
wget -qO- https://github.com/tinitiuset/lab-grafana/releases/download/1.0/grafana-lab-es.tar.gz | docker load && docker run --name grafana-lab-doc -p 80:80 -d tinitiuset/grafana-lab-doc:es

Estará disponible en el puerto 80.

Asegúrate de borrar el contenedor cuando hayas acabado!

docker image rm -f tinitiuset/grafana-lab-doc:es