Quickly fire up a C++ editor, compiler, and debugger! https://hub.docker.com/r/ta180m/quickpp
This repository has been archived on 2022-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-08-04 10:32:47 -05:00
Dockerfile Update Dockerfile 2020-08-04 10:32:47 -05:00
Dockerfile-alpine Update Dockerfile-alpine 2020-07-30 10:24:48 -05:00
README.md Update README.md 2020-08-01 18:18:09 -05:00

Quickpp

Quickly fire up a C++ editor, compiler, and debugger! GNU Nano, GCC, and GDB included!

Usage

It's as easy as:

docker run --rm -it ta180m/quickpp

By default, it uses Arch, but if you prefer Alpine:

docker run --rm -it ta180m/quickpp:alpine