a docker with ssh and python-compilers code command-line ssh admin@host-ip -p 2223 admin:admin
76
This is a custom Docker image created for experimenting with compiling code inside a containerized environment. It includes essential development tools such as:
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
ssh admin@host-ip -p 2223
PW
admin
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.
Thank you for checking out my project! 🚀
comanderanch/////still learning/////
Content type
Image
Digest
sha256:fdb24bbb2…
Size
253.3 MB
Last updated
over 1 year ago
docker pull comanderanch/my_compiler_env_image:v1