#docker
Read more stories on Hashnode
Articles with this tag
List of Important Docker commands : 1. 🏃♂️ `docker run` - Run a container from an image. 2. 🚚 `docker pull` - Pull an image from a registry. 3. 🚢...
Launch EC2 instance. >> Ubuntu >> t2.micro >> Access the instance using ssh. Update the Ubuntu OS: sudo apt update Create project directory mkdir...
Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units...
Introduction This is a simple Flask app that interacts with a MySQL database. The app allows users to submit messages, which are then stored in the...