Sign inSign up

rdvde/shotcut

By rdvde

Updated 6 months ago

Image
0

1.2K

rdvde/shotcut repository overview

1.运行容器

docker run -it --rm \
  -e PUID=$UID -e PGID=$GID \
  -v $HOME/.config/shotcut:/root/.config/Meltytech \
  -v $HOME/Downloads:/Downloads \
  -v /usr/share/fonts:/usr/share/fonts:ro \
  -v /tmp/.X11-unix:/tmp/.X11-unix:ro \
  -e DISPLAY=$DISPLAY \
  -e PULSE_SERVER=unix:$XDG_RUNTIME_DIR/pulse/native \
  -v $XDG_RUNTIME_DIR/pulse:$XDG_RUNTIME_DIR/pulse:ro \
  --device /dev/snd \
  --device /dev/dri \
  --name shotcut \
  rdvde/shotcut

Tag summary

Content type

Image

Digest

sha256:04cb3eb75

Size

379.6 MB

Last updated

6 months ago

docker pull rdvde/shotcut