Docker container example not working on Windows #3254
Labels
bug
Something isn't working
docker
Issues tied with docker integration.
package command
requires scoping
Issue requires a spike to revalidate it and assign an up-to date scope for its requirements.
windows
Windows-specific issues
Version(s)
scala-cli 1.5.1
scala 3.5.1
Docker-desktop 4.34.3
Windows 11
Describe the bug
I tried to run this example on Windows.
When I run the command
scala-cli --power package --docker HelloDocker.scala --docker-image-repository hello-docker
everything works
but when I want to run the image (
docker run hello-docker:latest
) I get the error:I don't know if this is a problem with my computer or a problem with running it on Windows.
I'll add, that it works fine on Mac OS.
Could someone check if it works on Windows and why I get this error?
The text was updated successfully, but these errors were encountered: