Need help? Email [email protected]
This repository is a collection of docker files and scripts that are used to build and deploy workspace images to use with the Virtual Workspace Infastructure (VWI) by Strong Network. The files fulfill several requirements that allow a project owner to import them as resources.
These container images cover typical environment needs to develop in languages such as nodejs, python, golang or java, both for back-end and front-end development. You can customize them to fullfil your personal needs. Note that these containers can be updated as well in the VWI by using startup scripts.
Images built with the provided docker files can be used with Visual Studio Code and the terminal (vim, emacs, etcl) without the need to embed the IDE as part of the image.
The base image for all of the provided images can be found in the base folder and can be built by running the command:
make base_imageCommands for all of the images can be found in the provided make file and includes commands such as:
make nodejs_image
make gui_debianTo build all of the provided images:
make all