Sunteți pe pagina 1din 1

Setup docker in windows.

Use “windows-powershell” for access docker

1. Enable Windows Hyper-V features in BIOS

2. Copy and paste script below to activate Windows Hyper-v features via CMD and run it as
Administrator

`DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V`

3. Reboot your computer

4. Download and install Docker for Windows via Docker store

5. Run and start the Docker-app.

6. Check Docker

`docker –version`

`docker run hello-world`

7. Voila! all done

S-ar putea să vă placă și