daux.io icon indicating copy to clipboard operation
daux.io copied to clipboard

Running in docker cant start

Open craftzneko opened this issue 2 years ago • 1 comments

Describe the bug running the command the documentation states for docker doesnt work, returns "unknown"

C:\Users\test>docker run --rm -it -p 8085:8085 -w /build -v "test":/build daux/daux.io daux daux/daux.io unknown

To Reproduce Steps to reproduce the behavior:

  1. Run docker run --rm -it -p 8085:8085 -w /build -v "test":/build daux/daux.io daux

Expected behavior Runs the image

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 10 Pro
  • Browser Edge

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

craftzneko avatar Dec 14 '21 14:12 craftzneko

Hello,

The "unknown" only means it doesn't know which version of Daux is running ( should be fixed in the next version btw)

I think there are two things that might cause this command to not work

  • you might need to add generate at the end
  • The volume path seems incorrect

Can you try the following ?

docker run --rm -it -p 8085:8085 -w /build -v "C:\Users\test:/build" daux/daux.io daux generate

I'm no Docker for windows expert so my path might be incorrect, I'll let you tweak it

onigoetz avatar Dec 18 '21 14:12 onigoetz

No new information on this issue, closing

onigoetz avatar Dec 10 '22 13:12 onigoetz