{"id":18368894,"url":"https://github.com/claudio-code/learning-docker","last_synced_at":"2026-03-19T04:04:16.967Z","repository":{"id":115886581,"uuid":"537958003","full_name":"Claudio-code/learning-docker","owner":"Claudio-code","description":":whale2:  It project has used to learning about docker in different stacks","archived":false,"fork":false,"pushed_at":"2023-11-01T11:47:29.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T07:51:50.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/Claudio-code.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":"2022-09-17T23:58:22.000Z","updated_at":"2022-10-19T23:28:44.000Z","dependencies_parsed_at":"2023-09-27T04:41:26.550Z","dependency_job_id":"e42dbd69-cd2a-47b2-b0c9-924690524712","html_url":"https://github.com/Claudio-code/learning-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Claudio-code/learning-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Claudio-code%2Flearning-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Claudio-code%2Flearning-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Claudio-code%2Flearning-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Claudio-code%2Flearning-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Claudio-code","download_url":"https://codeload.github.com/Claudio-code/learning-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Claudio-code%2Flearning-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T09:33:50.764Z","status":"ssl_error","status_checked_at":"2026-02-21T09:33:19.949Z","response_time":107,"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":[],"created_at":"2024-11-05T23:27:48.598Z","updated_at":"2026-02-21T11:02:53.590Z","avatar_url":"https://github.com/Claudio-code.png","language":"Dockerfile","readme":"\u003ch3 align=\"center\"\u003e\n  :whale2: About project\n\u003c/h3\u003e\n\n\n## Dockerfile Glossary\n\n**ADD**: Command used in Dockerfile to copy files and folders to container.\n\n**CMD**: Command used in Dockerfile to specify default command to execute when start container.\n\n**COPY**: Command used in Dockerfile to copy files and folders to container.\n\n**ENTRYPOINT**: Command used in Dockerfile to specify default command to execute when start container, but can't be replaced when start container.\n\n**ENV**: Command used in Dockerfile to define environment variables what will be in container build and running.\n\n**EXPOSE**: Command used in Dockerfile to define port that the container will execute allowed communication with another containers or with host.\n\n**FROM**: Command used in Dockerfile to specify base image that will be used to build container.\n\n**LABEL**: Command used in Dockerfile to add metadata in image, like information of author and descriptions.\n\n**MAINTAINER**: Command used in Dockerfile to specify author of image.\n\n**RUN**: Command used in Dockerfile to execute commands during container build.\n\n**USER**: Command used in Dockerfile to specify user that will be used to execute commands in container.\n\n**VOLUME**: Command used in Dockerfile to define volume mount point, allowed data share between host and container.\n\n**WORKDIR**: Command used in Dockerfile do define work directory in container, where command will be executed.\n\n---\n\n## Timeline: build docker image\n\n1. **Create Dockerfile**: First pass in build docker image is create Dockerfile. It file contain necessary instructions to build image, with base choice, dependency installation and environment configuration.\n\n2. **Build image**: After create Dockerfile is necessary execute command `docker build` to start build image process. At that time docker will read Dockerfile and compile image according to specify in file.\n\n3. **Tag image**: After finish build is possible add tags in image to facility identification and versioning. Example can add tag indicating application version or destiny environment.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudio-code%2Flearning-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaudio-code%2Flearning-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudio-code%2Flearning-docker/lists"}