spice-web (latest)
Published 2023-11-30 12:34:06 -05:00 by penguincoder
Installation
docker pull git.penguincoder.org/penguincoder/spice-web:latest
sha256:96228d4190380d77e0967e59e92b85639fab789e9871d201fb046a7a5000291b
Image Layers
ADD file:756183bba9c7f4593c2b216e98e4208b9163c4c962ea0837ef88bd917609d001 in / |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk update && apk add --no-cache git make python3 py3-numpy py3-setuptools && cd /tmp && git clone --depth 1 https://github.com/novnc/websockify.git && git clone --depth 1 https://gitlab.freedesktop.org/spice/spice-html5.git && cd websockify && python3 setup.py install && make -C /tmp/spice-html5 install && ln -s /usr/share/spice-html5/spice_auto.html /usr/share/spice-html5/index.html && cd / && rm -rf /tmp/* /root/.cache && apk del git make py3-setuptools # buildkit |
ENTRYPOINT ["/usr/bin/websockify" "--web" "/usr/share/spice-html5"] |
CMD ["5959" "host.docker.internal:5900"] |