Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.56 KB

Setup.md

File metadata and controls

24 lines (17 loc) · 1.56 KB

Prima di procedere al primo esempio di docker container è necessario scaricare il docker desktop per la tua versione di sistema operativo.

Puoi scaricare la versione per Windows da qui Windows

Una volta scaricata, installala seguendo i passi esposti dall'installer.

Dopo aver scaricato e installato il file è possibile usare Powershell per testare e verificare la corretta installazione tramite il comando:

$ docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
03f4658f8b78: Pull complete
a3ed95caeb02: Pull complete
Digest: sha256:8be990ef2aeb16dbcb9271ddfe2610fa6658d13f6dfb8bc72074cc1ca36966a7
Status: Downloaded newer image for hello-world:latest

Hello from Docker.
This message shows that your installation appears to be working correctly.
...

Vai al file d'esempio per il run

Docker first run