A docker image for the Code::Blocks IDE
1.3K
This repository contains various Dockerfiles that will build many useful images.
All of these images are also available on DockerHub.
The GUI containers (in IDEs/ and games/) will run on a local X11 server or a remote X11 server.
To run a GUI container on a local X11 server, use the following:
docker run -v /tmp:/tmp zachdeibert/container-name $DISPLAY $USER
To run a GUI container on a remote X11 server, use the following:
docker run zachdeibert/container-name $DISPLAY $USER
IDEs/ - These are IDEs that help with development (needs to run with GUI)
IDEs/AndroidStudio/ - The Android Studio IDEIDEs/CodeBlocks/ - The (Code::Blocks IDE) for C++IDEs/EclipseJava/ - The Eclipse IDE for Java DevelopersIDEs/Monodevelop/ - The Monodevelop IDE for C# developmentIDEs/QtCreator/ - The QT Creator IDE for C++games/ - These are games (needs to run with GUI and are slower due to an OpenGL problem)
games/Technic/ - The Technic Launchergames/MinecraftServer/ - Minecraft server in a containersoftware/ - Other development software (CLI only)
software/autotools/ - Contains all of the autotools programs (autoconf, automake, libtool, etc.)software/debian+mono-dev/ - Contains the tools needed to build mono programs and package Debian packages (.debs)software/debian-dev/ - Contains the tools needed to build Debian packages (.debs)software/electron/ - Contains the tools needed to build and package Electron appssoftware/electron/make/ - Contains all of the tools from software/electron/ and has Makesoftware/gradle/ - Contains all of the tools needed to build Gradle projectssoftware/jekyll/ - Contains the tools needed to build Jekyll sites and has Makesoftware/make/ - Contains all of the tools needed for building Docker images with Makesoftware/mono/ - A version of the Library mono image with an updated OSsoftware/mono+make/ - Contains all of the tools needed for building Mono projects with Makesoftware/nsis/ - Contains the tools needed to build a NSIS installersoftware/typescript/ - Contains the typescript compilerContent type
Image
Digest
Size
261.6 MB
Last updated
over 9 years ago
docker pull zachdeibert/code-blocks