From 29a5ee526bbae6aa785fac5221a3c3a46add68b8 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 20 Apr 2021 02:45:18 +0100 Subject: [PATCH] Add README file. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f92eac4 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Docker images with cross compilers preinstalled + +This repository contains a series of Docker descriptions to create, and run, containers with cross compilers, and their needed SDKs for several environment. + +These containers open an SSH port and have rsync installed so they can be used with CLion and other remote IDEs. + +Each directory contains a `README.md` file describing the exact compiler, version, environment and target, as well as, if available, a `CMake` toolchain that autoconfigures everything. + +The images are also uploaded to [Docker Hub](https://hub.docker.com/u/claunia).