Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 302 Bytes

README.MD

File metadata and controls

10 lines (7 loc) · 302 Bytes

This Docker File is of CentOS7 with Python 3.9 and SSH Enabled Container run the following Command to build and deploy the container (Need Pyhon 3.9++ To Work With Ansible)

Step 1: chmod +x red.sh

Step 2: docker build -t "Image Name" .

Step 3: docker run -it --name=ssh -p 2222:22 "Image Name" bash