{"id":26862119,"url":"https://github.com/torshin5ergey/roadmapsh-basic-dockerfile","last_synced_at":"2026-04-29T18:32:33.222Z","repository":{"id":284822627,"uuid":"956118186","full_name":"torshin5ergey/roadmapsh-basic-dockerfile","owner":"torshin5ergey","description":"This is my solution to the Basic Dockerfile project in the DevOps roadmap from roadmap.sh","archived":false,"fork":false,"pushed_at":"2025-03-27T21:08:11.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T21:35:39.787Z","etag":null,"topics":["devops","docker","dockerfile","linux"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":false,"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/torshin5ergey.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}},"created_at":"2025-03-27T18:17:53.000Z","updated_at":"2025-03-27T21:08:15.000Z","dependencies_parsed_at":"2025-03-27T21:35:45.819Z","dependency_job_id":"4061797d-072e-43a3-8ee5-6088779051b1","html_url":"https://github.com/torshin5ergey/roadmapsh-basic-dockerfile","commit_stats":null,"previous_names":["torshin5ergey/roadmapsh-basic-dockerfile"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/torshin5ergey/roadmapsh-basic-dockerfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torshin5ergey%2Froadmapsh-basic-dockerfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torshin5ergey%2Froadmapsh-basic-dockerfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torshin5ergey%2Froadmapsh-basic-dockerfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torshin5ergey%2Froadmapsh-basic-dockerfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torshin5ergey","download_url":"https://codeload.github.com/torshin5ergey/roadmapsh-basic-dockerfile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torshin5ergey%2Froadmapsh-basic-dockerfile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["devops","docker","dockerfile","linux"],"created_at":"2025-03-31T02:23:15.977Z","updated_at":"2026-04-29T18:32:33.203Z","avatar_url":"https://github.com/torshin5ergey.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐋 Basic Dockerfile Project for roadmap.sh\n\nThis is my solution to the [Basic Dockerfile project](https://roadmap.sh/projects/basic-dockerfile) in the [DevOps roadmap](https://roadmap.sh/devops) from [roadmap.sh](https://roadmap.sh/).\n\n## Projecr Requirements\n\n[Dockerfile reference](https://docs.docker.com/reference/dockerfile/)\n- Write a basic Dockerfile to create Docker image\n- The Dockerfile should be named Dockerfile.\n- The Dockerfile should be in the root directory of the project.\n- The base image should be alpine:latest.\n- The Dockerfile should contain a single instruction to print “Hello, Captain!” to the console before exiting.\n- *Advanced*. Add the ability to pass your name to the Docker image as an argument, and have the Docker image print `Hello, [your name]!` instead of `Hello, Captain!`.\n\n## Prerequisites\n\nYou need to have [Docker](https://www.docker.com/) installed on your system.\n\n## Usage\n\n1. Clone repository\n```bash\ngit clone https://github.com/torshin5ergey/roadmapsh-basic-dockerfile.git\ncd roadmapsh-basic-dockerfile\n```\n\n2. Build Dockerfile\n```bash\ndocker build -t basic-dockerfile .\n```\n\n3. Run builed Docker image\n```bash\ndocker run --rm basic-dockerfile\n# output\nHello, Captain!\n```\n\n4. *Advanced*. Run with ability to pass your name to the Docker image as an argument, and have the Docker image print `Hello, [your name]!` instead of `Hello, Captain!`.\n```bash\ndocker run --rm basic-dockerfile Sergey\n# output\nHello, Sergey!\n```\n\n## Author\n\nSergey Torshin [@torshin5ergey](https://github.com/torshin5ergey)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorshin5ergey%2Froadmapsh-basic-dockerfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorshin5ergey%2Froadmapsh-basic-dockerfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorshin5ergey%2Froadmapsh-basic-dockerfile/lists"}