I have tried running the docker container livekit/generate in every way I can figure on multiple linux machines, which technically use podman. The files that are supposed to be generated in the mounted volume never appear, so I cannot get a cloud-init or startup script to deploy.
I am running podman 3.4.4.
I tried running both of these commands, but neither produces any files.
docker run --rm -v$PWD:/output livekit/generate --local
docker run --rm -it -v$PWD:/output livekit/generate
Has anyone else encountered this problem? Does anyone know how to fix it?
I have tried running the docker container
livekit/generatein every way I can figure on multiple linux machines, which technically use podman. The files that are supposed to be generated in the mounted volume never appear, so I cannot get a cloud-init or startup script to deploy.I am running podman 3.4.4.
I tried running both of these commands, but neither produces any files.
Has anyone else encountered this problem? Does anyone know how to fix it?