#python3
Read more stories on Hashnode
Articles with this tag
Docker Volume A Docker volume is a way to store data outside the container filesystem, enabling data persistence across container restarts and...
Deployment Architecture Prerequisites Docker # Install docker $ sudo apt-get install docker.io -y # Allow cuurently logged user to use...
Docker Compose Docker Compose is a tool for defining and running multi-container applications. It is the key to unlocking a streamlined and...
Task Create a 'Dockerfile' for a simple web application (e.g. a Node.js or Python app) Build the image using the Dockerfile and run the...
What is Python? Python is a dynamically typed, general purpose programming language that supports an object-oriented programming approach as well...