This message was deleted.
# helpdesk
s
This message was deleted.
d
Hi Timotej, what OS/docker version are you running? that seems really strange.
it seems like something got mixed up on the input.. and it's trying to run the image
for
instead of
livekit/generate
l
Hi David I have docker version 20.10.22
and my os is Ubuntu version 22.04
I have tried reinstalling it and the command
sudo docker run hello-world
works I tried pulling the livekit/generate and it also works
could the issue be that I am running it in an empty folder?
d
no, it should be ok to run on an empty folder.. the script should be generating configs into the current dir.
f
you probably have to put quotes around $PWD:
docker run --rm -it -v"$PWD":/output livekit/generate