informatica:linux:docker_compose
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| informatica:linux:docker_compose [2018/09/11 21:33] – created jose | informatica:linux:docker_compose [2025/09/30 13:21] (current) – created jose | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Docker Compose | + | Para buscar el fichero de un docker compose. Buscamos los docker levantados: |
| + | docker ps | ||
| + | |||
| + | acfcef53029e | ||
| + | 750ab584a19f | ||
| + | |||
| + | Buscamos el fichero: | ||
| + | docker inspect grafana_covid | grep -E " | ||
| + | |||
| + | " | ||
| + | " | ||
| + | |||
| + | Vamos al directorio y lo paramos y borramos: | ||
| + | cd / | ||
| + | docker-compose down -v | ||
| + | |||
| + | [+] Running 1/2 | ||
| + | ✔ Container grafana_covid | ||
| + | ⠴ Container influxdb_covid | ||
informatica/linux/docker_compose.1536701597.txt.gz · Last modified: by jose
