{"id":13403804,"url":"https://github.com/btholt/complete-intro-to-containers","last_synced_at":"2025-03-14T08:32:13.130Z","repository":{"id":38150925,"uuid":"203060823","full_name":"btholt/complete-intro-to-containers","owner":"btholt","description":"The Complete Intro to Containers! As taught on Frontend Masters.","archived":false,"fork":false,"pushed_at":"2024-06-12T09:39:29.000Z","size":8603,"stargazers_count":940,"open_issues_count":43,"forks_count":186,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-07T02:49:25.182Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://frontendmasters.com/courses/complete-intro-containers/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/btholt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-08-18T22:02:19.000Z","updated_at":"2025-03-02T15:10:06.000Z","dependencies_parsed_at":"2024-01-16T10:36:46.085Z","dependency_job_id":"68e1d8e4-1761-4610-86f3-1e53620508d9","html_url":"https://github.com/btholt/complete-intro-to-containers","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/btholt%2Fcomplete-intro-to-containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btholt%2Fcomplete-intro-to-containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btholt%2Fcomplete-intro-to-containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btholt%2Fcomplete-intro-to-containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btholt","download_url":"https://codeload.github.com/btholt/complete-intro-to-containers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243547519,"owners_count":20308718,"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-07-30T19:01:34.839Z","updated_at":"2025-03-14T08:32:12.730Z","avatar_url":"https://github.com/btholt.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[Complete Intro to Containers (feat. Docker)][course]\n\n[![Frontend Masters](/lessons/images/FrontendMastersLogo.png)][fem]\n\n- [Please click here][website] to head to the course website.\n- See the [course on Frontend Masters][course]\n\n# Issues and Pull Requests\n\nPlease file issues and open pull requests here! Thank you!\n\n# Getting Set Up\n\n## For Everyone\n\n[Install Visual Studio Code](https://code.visualstudio.com). For one section of the course I'll go over some of how VSCode and containers work well together. The rest of the course you can use whatever editor you want.\n\n## For macOS and Linux\n\nPlease make sure you have the following things installed and ready to go!\n\n- For Mac: [Docker Desktop Community](https://www.docker.com/products/docker-desktop)\n- For Linux: [Docker Engine Community](https://docs.docker.com/install/linux/docker-ce/ubuntu/)\n\n## For Windows\n\nIf **you have Windows 10 Professional** (it doesn't work in Home), try [WSL 2](https://docs.microsoft.com/en-us/windows/wsl/wsl2-install) and [Docker for WSL 2](https://docs.docker.com/docker-for-windows/wsl-tech-preview/). WSL stands for Window Subsystem for Linux. It allows you to run Linux within Windows. That's what I'll be using. WSL 2 works faster than WSL1 but it's harder to set up since it's still in preview.\n\nIf you do not have Windows 10 Professional and you do not want to buy it, [follow this blog post](https://medium.com/@mbyfieldcameron/docker-on-windows-10-home-edition-c186c538dff3) to install VirtualBox and a Linux VM so you can follow inside of Linux. I'd suggest using Ubuntu.\n\nOr, if you know PowerShell really well and know how to translate bash commands to PowerShell commands, feel free to install [Docker Desktop Community](https://www.docker.com/products/docker-desktop) and do everything from PowerShell (honestly it shouldn't be too bad.)\n\n## Verify Docker installation:\n\nMake sure when you go to a bash prompt and type `docker info` that it outputs system info and doesn't error out. This will let you know that everything is working.\n\nOnce you have Docker up and running, please run the following. This will pull most of the containers you will need up front.\n\n```bash\ndocker pull ubuntu:bionic\ndocker pull node:12-stretch\ndocker pull node:12-alpine\ndocker pull nginx:1.17\ndocker pull mongo:3\ndocker pull jguyomard/hugo-builder:0.55\n```\n\n# License\n\nThe content of this workshop is licensed under CC-BY-NC-4.0. Feel free to share freely but do not resell my content.\n\nThe code, including the code of the site itself and the code in the exercises, are licensed under Apache 2.0.\n\n[website]: https://btholt.github.io/complete-intro-to-containers/\n[fem]: https://www.frontendmasters.com\n[course]: https://frontendmasters.com/courses/complete-intro-containers/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtholt%2Fcomplete-intro-to-containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtholt%2Fcomplete-intro-to-containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtholt%2Fcomplete-intro-to-containers/lists"}