This is an old revision of the document!
installation de docker desktop sur windows 11
apres l'installation initial, impossible de se connecter / lancer Docker destop , il faut que notre user non privilegier appartienne au croupe docker ! apres ça il faut fermer la session et la relancer , autrement on n'est tj pas dans le groupe docker .
https://forums.docker.com/t/error-when-trying-to-run-windows-containers-docker-client-must-be-run-with-elevated-privileges/136619/2 https://serverfault.com/questions/532106/get-list-of-ad-groups-a-user-is-a-member-of
C:\Users\jehan>docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES C:\Users\jehan>docker images REPOSITORY TAG IMAGE ID CREATED SIZE C:\Users\jehan>docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES C:\Users\jehan>docker pull nginx:1.27.2 1.27.2: Pulling from library/nginx 2d429b9e73a6: Pull complete 9b1039c85176: Pull complete 9ad567d3b8a2: Pull complete 773c63cd62e4: Pull complete 1d2712910bdf: Pull complete 4b0adc47c460: Pull complete 171eebbdf235: Pull complete Digest: sha256:bc5eac5eafc581aeda3008b4b1f07ebba230de2f27d47767129a6a905c84f470 Status: Downloaded newer image for nginx:1.27.2 docker.io/library/nginx:1.27.2 C:\Users\jehan>docker images REPOSITORY TAG IMAGE ID CREATED SIZE nginx 1.27.2 60c8a892f36f 5 weeks ago 192MB