I just upgraded to the Windows 10 Anniversary Update (1607, 2016-08-02) and wanted to try Windows containers. I followed the most recent guide I could find: Windows Containers on Windows 10 by Neil Peterson (subject to change!!) But when coming to the Docker run, it could not start the container: [...] read more
I try to run a Docker container on a fresh windows 2019 machine but on pulling it I get following error message after a night long waiting: C:\Program Files\Docker\docker.exe: failed to register layer: failed to start service utility VM (applydiff d3d444b7e4622ad1fed86aca20a57e5fec56d756feced70ef51bfeb0eb85aee5): container d3d444b7e4622ad1fed86aca20a57e5fec56d756feced70ef51bfeb0eb85aee5_svm encountered an error during CreateContainer: failure in [...] read more
I'm trying to build a docker image from a really simple project, just to start understanding how docker works and communicate. So, I have created a WebApi project, with just one method that returns a 200. Once the project has been created, I created the dockerfile: # TP5 for technology [...] read more