{"id":27217417,"url":"https://github.com/mimnets/learn-basic-docker-commands-as-beginners-2025","last_synced_at":"2025-04-10T05:28:33.876Z","repository":{"id":286948259,"uuid":"963063550","full_name":"mimnets/learn-basic-docker-commands-as-beginners-2025","owner":"mimnets","description":"All of learning about docker!","archived":false,"fork":false,"pushed_at":"2025-04-09T09:17:56.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T09:21:57.012Z","etag":null,"topics":["docker","docker-commands"],"latest_commit_sha":null,"homepage":"https://monirulmimnets.blogspot.com/","language":null,"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/mimnets.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-04-09T05:21:43.000Z","updated_at":"2025-04-09T09:17:59.000Z","dependencies_parsed_at":"2025-04-09T09:22:04.049Z","dependency_job_id":"3d60766a-cbee-4f59-a678-1645baac4d05","html_url":"https://github.com/mimnets/learn-basic-docker-commands-as-beginners-2025","commit_stats":null,"previous_names":["mimnets/docker","mimnets/learn-basic-docker-commands-as-beginners"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimnets%2Flearn-basic-docker-commands-as-beginners-2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimnets%2Flearn-basic-docker-commands-as-beginners-2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimnets%2Flearn-basic-docker-commands-as-beginners-2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mimnets%2Flearn-basic-docker-commands-as-beginners-2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mimnets","download_url":"https://codeload.github.com/mimnets/learn-basic-docker-commands-as-beginners-2025/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248162600,"owners_count":21057782,"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","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":["docker","docker-commands"],"created_at":"2025-04-10T05:28:33.367Z","updated_at":"2025-04-10T05:28:33.854Z","avatar_url":"https://github.com/mimnets.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# How I learn basic docker commands as a beginner in 2025\nI was afraid of Docker, thought it was very difficult to understand and more difficult to use. But I was wrong, after long try now I am bit confident.\u003c/br\u003e\nIn this GitHub repositories I will discuss and take notes about my learnings of docker, so that I can return back and have a look if I need to.\u003c/br\u003e\nAll of learning about docker!\n\n# I learn and practice this basic docker commands\n- Docker Basic Commands - [The most basic docker commands for beginners in 2025](https://monirulmimnets.blogspot.com/2025/04/the-most-basic-docker-commands-for.html)\n- Docker Tag - [What is the correct Docker tag used to download or pull a specific version of software from Docker Hub repositories?](https://monirulmimnets.blogspot.com/2025/04/what-is-correct-docker-tag-used-to.html)\n- Docker STDIN - docker run -i : stands for interactive mode, docker run -t: stands for terminal mode for prompt. Together - docker run -it\n- Docker PORT Mapping - docker run -p 80:5000 kodekloud/webapp : Here p stand for port mapping with internal port 5000 to external port 80\n- Docker Volume Mapping - docker run -v /opt/datadirL/var/lib/mysql mysql: With volume mapping parameter -v it defines and stor the data into local storage at /opt/datadir and docker image internal storage at /var/lib/mysql folders path. If we dittach, delete or remove the image our saved and modified data will be available for later use at local storage.\n- Inspect a Docker Container - docker inspect blissful_hopper : We can inspect a docker contianer to learn or know the more details about the container by it's name or ID.\n- Attached to a Docker Contianer - docker attach upbeat_hodgkin : By the attach command we can switch to the docker contianer prompt or inside the running container to insturct or give command.\n- Finally Docker Exit - By this docker exit command we can logout or take exit from inside the docker contaner. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimnets%2Flearn-basic-docker-commands-as-beginners-2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmimnets%2Flearn-basic-docker-commands-as-beginners-2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmimnets%2Flearn-basic-docker-commands-as-beginners-2025/lists"}