#flask
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...
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...