Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 762 Bytes

File metadata and controls

28 lines (19 loc) · 762 Bytes

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.