Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 870 Bytes

DockerFix.md

File metadata and controls

35 lines (19 loc) · 870 Bytes

Starting Docker on the University Machines in D2

The windows subsystem for Linux is not properly installed on the University Machines in D2.

This stops Docker starting.

To correct this please follow the following instructions.

Start Docker, accept the terms and conditions. You will then get the following error.

Graphical user interface, text, application Description automatically generated

Click Cancel rather than restart

In the Docker Window that remains open go to settings (highlighted below)

In the settings turn Off WSL2

Then Click Apply and Restart.

Once restarted docker should work correctly.

You can test this from the command prompt by typing

docker run hello-world

You should get the following output

Text Description automatically generated