{"id":23383817,"url":"https://github.com/mdwheele/classroom-docker","last_synced_at":"2026-05-05T09:33:02.022Z","repository":{"id":71078486,"uuid":"112421490","full_name":"mdwheele/classroom-docker","owner":"mdwheele","description":"A docker environment meant to be cloned into the GitHub Classroom repository.","archived":false,"fork":false,"pushed_at":"2017-11-29T15:37:48.000Z","size":4,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T09:58:26.409Z","etag":null,"topics":["classroom","docker","docker-compose","github","github-classroom"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/mdwheele.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":"2017-11-29T03:27:37.000Z","updated_at":"2018-02-01T23:14:18.000Z","dependencies_parsed_at":"2023-07-05T11:31:39.087Z","dependency_job_id":null,"html_url":"https://github.com/mdwheele/classroom-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdwheele/classroom-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdwheele%2Fclassroom-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdwheele%2Fclassroom-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdwheele%2Fclassroom-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdwheele%2Fclassroom-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdwheele","download_url":"https://codeload.github.com/mdwheele/classroom-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdwheele%2Fclassroom-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32643695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["classroom","docker","docker-compose","github","github-classroom"],"created_at":"2024-12-21T22:30:06.740Z","updated_at":"2026-05-05T09:33:02.001Z","avatar_url":"https://github.com/mdwheele.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerized GitHub Classroom\n\nThis repository is meant to be a Docker-based development environment for GitHub Classroom.\n\n## Manual\n\n```bash\n# Clone and change directories to GitHub Classroom app\ngit clone git@github.com:github/classroom\ncd classroom\n\n# Clone Docker configs to a directory called `.docker`\ngit clone git@github.com:mdwheele/classroom-docker .docker\n\n# Create a repo-specific ignore rule for `.docker`\n# We do this to not have to commit \"/.docker\" to the upstream\n# project's .gitignore file.\necho \".docker\" \u003e\u003e .git/info/exclude\n\n# You'll use the `classroom` shell to interact with the Docker \n# environment\n./classroom\n# \u003e Usage: ./classroom {build|up|down|shell|clean}\n\n# On the first run, build the `workspace` image we'll work from.\n# The workspace is based on the version of Ruby supported by Classroom.\n# It installs things like NodeJS, bundler, vim, etc.\n# \n# This does NOT run script/setup or script/server. That is YOUR job after \n# all containers have started. You'll need a shell...\n./classroom build\n\n# To get a shell to the `workspace` container...\n./classroom shell\n\n# The `shell` command starts all the containers (runs `up`) and starts bash.\n# You'll be dropped in `/usr/src/app` where the project is bind-mounted to\n# by Docker. In this way, you can make changes to the project on your \n# host and they will be automatically available in the container. Be sure\n# to pay attention to where you're running commands. \n\n# Go through the normal setup steps for Classroom...\n\n# Configure the environment\ncp .env.example .env\nvi .env \n\n# Run setup\nscript/setup\n\n# Run the Rails server\nscript/server\n\n# When you're done, you can exit and stop all containers.\n\n# Leave the bash session on the workspace container...\nexit \n\n# Stop all containers...\n./classroom down\n\n# Alternatively, if you're done and want containers removed...\n./classroom clean\n\n# At this point I would also clean up unused images and volumes...\ndocker system prune -a\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdwheele%2Fclassroom-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdwheele%2Fclassroom-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdwheele%2Fclassroom-docker/lists"}