2024-12-15 17:22:52 +01:00
2024-12-15 17:22:52 +01:00
2024-12-09 14:55:52 +01:00
2024-12-15 17:22:52 +01:00
2024-12-15 17:22:52 +01:00
2024-12-15 17:22:52 +01:00
2024-12-15 17:22:52 +01:00
2024-12-15 17:22:52 +01:00
2024-12-15 17:22:52 +01:00

NOVNC-BASE

A desktop environment with sound in docker

Can be used as a base file for application specific containers.

To just get a desktop environment at http://localhost:8080:

docker run --rm thomasloven/novnc-base -p 8080:8080

Or used as a base for specific applications:

FROM thomasloven/novnc-base

RUN sudo apt-get update \
  && DEBIAN_FRONTEND=noninteractive \
  sudo apt-get install -y blender

CMD ["blender"]

See more examples in apps/.

Bonus functionality - dotfiles installation.

If the environment variable DOTFILES_REPO is set, the container will git clone that into ~/dotfiles and then run ~/dotfiles/install.sh if it exists.

Description
A base docker container with web based gui and sound over novnc.
Readme 39 KiB
Languages
Dockerfile 44.9%
JavaScript 37.3%
Shell 17.8%