{"id":27776825,"url":"https://github.com/asolis2/azure-auto-docker-deployment","last_synced_at":"2026-04-15T15:31:40.220Z","repository":{"id":290473334,"uuid":"974446208","full_name":"ASolis2/azure-auto-docker-deployment","owner":"ASolis2","description":"Automates Azure VM deployment and Docker installation for containerized web servers.","archived":false,"fork":false,"pushed_at":"2025-04-29T01:50:17.000Z","size":402,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-27T03:48:06.156Z","etag":null,"topics":["automation","azure","cloud","devops","docker"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ASolis2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-28T19:42:05.000Z","updated_at":"2025-04-29T01:50:20.000Z","dependencies_parsed_at":"2025-04-29T04:17:29.206Z","dependency_job_id":null,"html_url":"https://github.com/ASolis2/azure-auto-docker-deployment","commit_stats":null,"previous_names":["asolis2/azure-auto-docker-deployment"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ASolis2/azure-auto-docker-deployment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-auto-docker-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-auto-docker-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-auto-docker-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-auto-docker-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ASolis2","download_url":"https://codeload.github.com/ASolis2/azure-auto-docker-deployment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASolis2%2Fazure-auto-docker-deployment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272620369,"owners_count":24965528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","azure","cloud","devops","docker"],"created_at":"2025-04-30T06:48:41.943Z","updated_at":"2026-04-15T15:31:40.177Z","avatar_url":"https://github.com/ASolis2.png","language":"Shell","readme":"# Azure Auto Docker Deployment\n\nThis project automates the deployment of a virtual machine on Microsoft Azure, installs Docker, and runs an Nginx container.\n\n## Project Summary\n\n- **Cloud Platform**: Microsoft Azure\n- **Tools Used**: Azure CLI, Docker, Bash\n- **App Deployed**: Nginx Web Server\n\n---\n\n## How to Use\n\n### 1. Login to Azure CLI:\n```bash\naz login\n```\n\n### 2. Make the script executable:\n```bash\nchmod +x deploy_server.sh\n```\n\n### 3. Run the script:\n```bash\n./deploy_server.sh\n```\n\n### 4. SSH into the server and install Docker:\n```bash\nssh username@your_public_ip\nsudo apt update\nsudo apt install docker.io -y\nsudo systemctl start docker\nsudo systemctl enable docker\n```\n\n### 5. Deploy Nginx container:\n```bash\nsudo docker run -d -p 80:80 nginx\n```\n\n### 6. Visit your server’s public IP address:\n```bash\nhttp://your_public_ip\n```\n\n---\n\n## Screenshots\n\n| Step | Screenshot |\n|:----|:-----------|\n| Deployment Script Run Part 1 | ![](./screenshots/deployment_part1.png) |\n| Deployment Script Run Part 2 | ![](./screenshots/deployment_part2.png) |\n| Deployment Script Run Part 3 | ![](./screenshots/deployment_part3.png) |\n| Deployment Script Run Part 4 | ![](./screenshots/deployment_part4.png) |\n| Deployment Script Run Part 5 | ![](./screenshots/deployment_part5.png) |\n| Docker Hello World | ![](./screenshots/docker_hello_world.png) |\n| Docker Nginx Running | ![](./screenshots/docker_nginx_running.png) |\n\n---\n\n## Future Improvements\n\n- Docker Compose setup for multi-container applications\n- Automatic security updates on deployed server\n\n---\n\n## Author\n\n- **Anthony Solis** – [GitHub Profile](https://github.com/ASolis2)\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasolis2%2Fazure-auto-docker-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasolis2%2Fazure-auto-docker-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasolis2%2Fazure-auto-docker-deployment/lists"}