I use AWS EC2 Instance(AMI- Amazon linux) as Operating System for Docker and then i Install docker-compose on it. What is Three-tier Architecture: For Blogging Site I use "WordPress". For DataBase to ...
services: mysql: image: mysql ports: - 6363:80 environment: MYSQL_ROOT_PASSWORD: XXXXXXXXXXXX MYSQL_USER: root1 MYSQL_PASSWORD: XXXXXXXXXXXX MYSQL_DATABASE: XXXXXXX ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Kubernetes and Docker Compose are both container orchestration frameworks. Kubernetes runs ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The key difference between the Dockerfile and docker-compose is that the Dockerfile describes ...