A Software engineer at OZONEAPI . With over 2.5 years of experience, I design and maintain robust and scalable systems for various research projects. I am skilled in tools such as Python, Ansible, Docker. I am proactive, detail-oriented, and committed to quality. Outside of work, I enjoy farming, computer games, and sharing my knowledge with others in tech communities.
Mentoring
Docker is mostly used for packing the application, the goal is generally that anyone could execute docker run <containername> so how does docker know what to execute? It uses ENTRYPOINT or CMD to start services, Both parameters are used to specify t...
