{"id":16408042,"url":"https://github.com/ajeetraina/docker101","last_synced_at":"2025-04-07T07:08:17.000Z","repository":{"id":54106581,"uuid":"62046395","full_name":"ajeetraina/docker101","owner":"ajeetraina","description":"Visit https://dockerlabs.collabnix.com ","archived":false,"fork":false,"pushed_at":"2021-09-08T16:57:33.000Z","size":18505,"stargazers_count":214,"open_issues_count":10,"forks_count":140,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-03-31T05:07:31.788Z","etag":null,"topics":["docker","kubernetes","swarm"],"latest_commit_sha":null,"homepage":"http://dockerlabs.collabnix.com","language":"PHP","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/ajeetraina.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}},"created_at":"2016-06-27T10:08:59.000Z","updated_at":"2025-02-23T08:36:57.000Z","dependencies_parsed_at":"2022-08-13T06:50:41.895Z","dependency_job_id":null,"html_url":"https://github.com/ajeetraina/docker101","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajeetraina%2Fdocker101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajeetraina%2Fdocker101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajeetraina%2Fdocker101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajeetraina%2Fdocker101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajeetraina","download_url":"https://codeload.github.com/ajeetraina/docker101/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608151,"owners_count":20965952,"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","kubernetes","swarm"],"created_at":"2024-10-11T06:15:28.710Z","updated_at":"2025-04-07T07:08:16.978Z","avatar_url":"https://github.com/ajeetraina.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker for You (DFY)\n\n** THIS IS AN OLD REPOSITORY. Please refer [DockerLabs](http://dockerlabs.collabnix.com) if you want to get started with Docker] **\n\nAre you new to Docker? Want to build your career in Container Technology?\n\nThen Welcome ! You are at the right place.\n\nThis repository brings you tutorials that help you get hands-on experience using Docker. Here you will find a mix of labs and tutorials that will help you, no matter if you are a beginner, SysAdmin, IT Pro or Developer. Yes, you read it correct ! Its $0 learning platform. You don't need any infrastructure. Most of the tutorials runs on [Play with Docker Platform](http://play-with-docker.com). This is a free browser based learning platform for you. Docker tools like Docker Engine, Docker Compose \u0026 Docker Machine are already installed for you. All you need is to get started.\n\n## Getting Started with Docker\n\nTo get started with Docker, follow the below steps:\n\n- Create Dockerhub Account\n- Open [Play with Docker Platform](http://play-with-docker.com)\n- Click on \"Start\"\n- This will open up an easy to understand PWD(Play with Docker) tool which displays instances on the left hand side while terminal at the right hand side\n- Click on \"Create Instance\" to create your first Linux instance\n\n## Getting Started with Docker Swarm\n\nTo get started with Docker Swarm, you can use \"Play with Docker\", shortly called PWD. It's free of cost and open for all.\nYou get maximum of 5 instances of Linux system to play around with Docker.\n\n- Open [Play with Docker Labs](https://labs.play-with-docker.com) on your browser\n- Click on the icon near to Instance to choose 3 Managers \u0026 2 Worker Nodes\n\n![My image](https://github.com/ajeetraina/docker101/blob/master/images/pwd_1.png)\n\n- Wait for few seconds to bring up 5-Node Swarm Cluster\n\nWe recommend you start with one of our Beginners Guides, and then move to intermediate and expert level tutorials that cover most of the features of Docker. For a comprehensive approach to understanding Docker, I have categorized it as shown below:\n\n[Docker for Beginners](https://github.com/ajeetraina/docker101/tree/master/beginners/README.md)\n\n[Docker for Intermediate](https://github.com/ajeetraina/docker101/tree/master/intermediate/README.md)\n\n[Docker for Advanced Users](https://github.com/ajeetraina/docker101/tree/master/advanced/README.md)\n\n## A Bonus... Docker Swarm Visualizer\n\nSwarm Visualizer is a fancy tool which visualized the Swarm Cluster setup. It displays containers running on each node in the form of visuals. If you are conducting Docker workshop, it's a perfect way to show your audience how the containers are placed under each node. Go..try it out..\n\n## Clone the Repository\n\n```bash\ngit clone https://github.com/dockersamples/docker-swarm-visualizer\n```\n\n```bash\ncd docker-swarm-visualizer\ndocker-compose up -d\n```\n\n![My image](https://github.com/ajeetraina/docker101/blob/master/images/visualizer.png)\n\nTo run in a docker swarm:\n\n```bash\n$ docker service create \\\n  --name=viz \\\n  --publish=8080:8080/tcp \\\n  --constraint=node.role==manager \\\n  --mount=type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock \\\n  dockersamples/visualizer\n```\n\n## Docker-Ready Solution for You\n\n[WordPress under Docker Swarm](https://github.com/ajeetraina/docker101/tree/master/play-with-docker/wordpress/example1/README.md)\n\n[ELK under Docker Swarm](https://github.com/ajeetraina/docker101/tree/master/play-with-docker/ELK/README.md)\n\n[Prometheus Stack under Docker Swarm](https://github.com/ajeetraina/docker101/tree/master/play-with-docker/docker-prometheus-swarm/README.md)\n\n[Apache Jmeter under Docker Swarm Mode](https://github.com/ajeetraina/docker101/tree/master/play-with-docker/jmeter-docker/README.md)\n\n[Voting App Example](https://github.com/ajeetraina/docker101/tree/master/play-with-docker/example-voting-app/README.md)\n\n[Playing around with Photon OS](https://github.com/ajeetraina/docker101/tree/master/play-with-docker/vmware/powercli/README.md)\n\n[Playing around with MacVLAN](https://github.com/ajeetraina/docker101/tree/master/play-with-docker/macvlan/README.md)\n\n[IPv6 \u0026 Docker Compose](https://github.com/ajeetraina/docker101/tree/master/play-with-docker/ipv6/README.md)\n\n[Trying out Gitlab](https://github.com/ajeetraina/docker101/tree/master/play-with-docker/gitlab/README.md)\n\n[Getting Started with Nginx](https://github.com/ajeetraina/docker101/tree/master/play-with-docker/nginx/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajeetraina%2Fdocker101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajeetraina%2Fdocker101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajeetraina%2Fdocker101/lists"}