{"id":20681765,"url":"https://github.com/open-source-community/get-to-docker-24","last_synced_at":"2025-04-22T12:12:40.468Z","repository":{"id":219378838,"uuid":"748333335","full_name":"Open-Source-Community/Get-To-Docker-24","owner":"Open-Source-Community","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-08T13:39:16.000Z","size":26458,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T12:12:22.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Open-Source-Community.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":"2024-01-25T18:57:23.000Z","updated_at":"2025-03-28T01:02:43.000Z","dependencies_parsed_at":"2024-11-16T22:11:56.434Z","dependency_job_id":null,"html_url":"https://github.com/Open-Source-Community/Get-To-Docker-24","commit_stats":null,"previous_names":["open-source-community/get-to-docker-24"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-Source-Community%2FGet-To-Docker-24","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-Source-Community%2FGet-To-Docker-24/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-Source-Community%2FGet-To-Docker-24/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-Source-Community%2FGet-To-Docker-24/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Open-Source-Community","download_url":"https://codeload.github.com/Open-Source-Community/Get-To-Docker-24/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250237832,"owners_count":21397401,"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":[],"created_at":"2024-11-16T22:11:49.357Z","updated_at":"2025-04-22T12:12:40.449Z","avatar_url":"https://github.com/Open-Source-Community.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Get-To-Docker-24\n\nWelcome to Get To Docker Workshop 2024! This repository contains all the materials you will need for the training, including the documents for each session and the assigned tasks.\n\n## Table of Contents\n\n\u003ctable\u003e\n\u003ctr\u003e\n    \u003cth\u003eSession\u003c/th\u003e\n    \u003cth\u003eTopics\u003c/th\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003ca href=\"./Session%201/README.md\"\u003eSession 1\u003c/a\u003e\u003c/td\u003e\n    \u003ctd\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#What is Docker\"\u003eWhat is Docker\u003c/a\u003e\u003c/li\u003e\n        \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#containers\"\u003eContainers\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Virtual-Machines\"\u003eVirtual Machines\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#VM-vs-Containers\"\u003eVM vs Containers\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Images\"\u003eImages\u003c/a\u003e\u003c/li\u003e\n        \u003c/ul\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Installing-Docker\"\u003eInstalling Docker\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Using-WSL\"\u003eUsing WSL\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Basic-Bash-commands\"\u003eBasic Bash commands\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Basic-Docker-commands\"\u003eBasic Docker commands\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Docker-run\"\u003eDocker run\u003c/a\u003e\u003c/li\u003e\n        \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Standard-Input\"\u003eStandard Input (stdin)\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Port-Binding\"\u003ePort Binding\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Volume-Mapping\"\u003eVolume Mapping\u003c/a\u003e\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/ul\u003e\n    \u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003ca href=\"./Session%202/README.md\"\u003eSession 2\u003c/a\u003e\u003c/td\u003e\n    \u003ctd\u003e\n    \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"./Session%202/README.md#Dockerfile\"\u003eDockerfile\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Building-the-image\"\u003eBuilding the image\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Layered-architecture\"\u003eLayered archiecture\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Docker-inspect\"\u003eDocker inspect\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"./Session%201/README.md#Entrypoint\"\u003eEntrypoint\u003c/a\u003e\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/ul\u003e\n    \u003c/td\u003e\n\u003c/tr\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-source-community%2Fget-to-docker-24","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-source-community%2Fget-to-docker-24","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-source-community%2Fget-to-docker-24/lists"}