doc:appunti:linux:sa:docker
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:sa:docker [2025/10/30 12:00] – [Hello World] niccolo | doc:appunti:linux:sa:docker [2025/10/30 12:28] (current) – [Aggiornamento di un container] niccolo | ||
|---|---|---|---|
| Line 27: | Line 27: | ||
| </ | </ | ||
| - | Il numero di container si incrementa ad ogni esecuzione di **docker run**, anche se si esegue la stessa immagine. | + | Il numero di **container** si incrementa ad ogni esecuzione di **docker run**, anche se si esegue la stessa |
| - | Per cercare una implementazione del server [[https:// | + | Supponiamo di voler cercare |
| Element Synapse - Matrix]]: | Element Synapse - Matrix]]: | ||
| Line 35: | Line 35: | ||
| docker search synapse | docker search synapse | ||
| </ | </ | ||
| + | |||
| + | Avendo individuato l' | ||
| + | |||
| + | < | ||
| + | docker pull matrixdotorg/ | ||
| + | Using default tag: latest | ||
| + | latest: Pulling from matrixdotorg/ | ||
| + | 38513bd72563: | ||
| + | 89fe90952b6b: | ||
| + | 0ee66acd8266: | ||
| + | 303fe1bfb649: | ||
| + | 2e812a1f3647: | ||
| + | 5fde11fa162a: | ||
| + | 6a4278efc748: | ||
| + | d454d1179d11: | ||
| + | 8c8104b4f93d: | ||
| + | e3b5dc22794f: | ||
| + | Digest: sha256: | ||
| + | Status: Downloaded newer image for matrixdotorg/ | ||
| + | docker.io/ | ||
| + | </ | ||
| + | |||
| + | ===== Gestione delle immagini e dei container ===== | ||
| + | |||
| + | < | ||
| + | docker images | ||
| + | docker ps -a | ||
| + | docker start b629dea65cc0 | ||
| + | docker stop angry_archimedes | ||
| + | docker rm agitated_darwin | ||
| + | </ | ||
| + | |||
| + | ===== Risorse impegnate sull' | ||
| + | |||
| + | FIXME | ||
| + | |||
| + | ===== Trovare le immagini ufficiali di un progetto ===== | ||
| + | |||
| + | FIXME | ||
| + | |||
| + | ===== Aggiornamento di un container ===== | ||
| + | |||
| + | FIXME | ||
| + | |||
| + | ===== Risorse web ===== | ||
| + | |||
| + | * **[[https:// | ||
doc/appunti/linux/sa/docker.1761822046.txt.gz · Last modified: by niccolo
