-1

I'm trying to dockerize a simple node js hello world app but having this issue. I 'll paste the error below.

enter image description here

nekrofxk
  • 61
  • 8
  • Please avoid posting code as images. Rather, copy the code and the error messages as text and format it as a code block. – d4nyll Apr 08 '20 at 09:05
  • Does this answer your question? [Docker: "no matching manifest for windows/amd64 in the manifest list entries"](https://stackoverflow.com/questions/48066994/docker-no-matching-manifest-for-windows-amd64-in-the-manifest-list-entries) – d4nyll Apr 08 '20 at 09:07
  • I tried it. when I'm switching to containers I'm getting that 'memory is not enough' error. – nekrofxk Apr 09 '20 at 08:58

1 Answers1

0

You need to right-click on the docker icon and switch to linux containers

razki
  • 1,171
  • 2
  • 8
  • 16
  • I did it. it says not enough memory..my pc ram is 4gb and running on 2 cores. is this the reason why im unable to run it? – nekrofxk Apr 08 '20 at 15:10
  • I’d imagine so.. If you look in the docket preferences you should be able to bump the memory usage, but obviously don’t let docker use all of your 4GB. – razki Apr 08 '20 at 15:51