Sign inSign up

comanderanch/my_compiler_env_image

By comanderanch

Updated over 1 year ago

a docker with ssh and python-compilers code command-line ssh admin@host-ip -p 2223 admin:admin

Image
0

76

comanderanch/my_compiler_env_image repository overview

My Compiler Environment Image

This is a custom Docker image created for experimenting with compiling code inside a containerized environment. It includes essential development tools such as:

  • GCC & G++ (for compiling C and C++ programs)
  • Make (for building projects)
  • Python environment (for scripting and additional development needs)
  • SSH access (for remote management)
  • Nano (for quick text editing)

Usage

To pull this image:

 docker pull comanderanch/my_compiler_env_image:v1

To run a new container from this image:

 docker run -it --name my_compiler_container comanderanch/my_compiler_env_image:v1 /bin/bash

To SSH into a running container:

 ssh user@container-ip

I have found that to ssh into the container after run is to

ssh admin@host-ip -p 2223 PW admin

Notes

This image was built as part of my learning journey with Docker, containerized development environments, and Linux-based compilers. I am still learning, so if anything is incorrect or needs improvement, I sincerely apologize and appreciate any constructive feedback.

Future Plans

  • Improve package management
  • Add support for more compilers and languages
  • Enhance documentation with detailed examples

Thank you for checking out my project! 🚀

comanderanch/////still learning/////

Tag summary

Content type

Image

Digest

sha256:fdb24bbb2

Size

253.3 MB

Last updated

over 1 year ago

docker pull comanderanch/my_compiler_env_image:v1