Skip to content

A base Dockerfile for building multi-architecture Debian containers that run VNC and noVNC servers with a XFCE4 desktop environment.

License

Notifications You must be signed in to change notification settings

FarmData2/FD2-VncNoVncContainerBase

 
 

Repository files navigation

FD2-VncNoVncContainerBase

A base Dockerfile for building multi-architecture Debian images for the FarmData2 developer environment.

Debian XFCE4 desktop running in a VNC client

Building the Image

To build this image locally for testing:

./build.bash -d 

To build the multi architecture image and push it to docker hub:

./build.bash -p

To build the multi architecture image without pushing it to docker hub:

./build.bash

Using the Image

The base image generated by this repo is used as the FROM image in the FarmData2-Images repository.

Instructions for connecting to and working in the development environment are given in the main FarmData2 repository.

About

A base Dockerfile for building multi-architecture Debian containers that run VNC and noVNC servers with a XFCE4 desktop environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.5%
  • Dockerfile 42.5%