{"id":16388642,"url":"https://github.com/phact/gen-curriculum-docker","last_synced_at":"2026-06-14T01:33:01.963Z","repository":{"id":54257435,"uuid":"87186936","full_name":"phact/gen-curriculum-docker","owner":"phact","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-01T06:20:02.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T15:58:24.804Z","etag":null,"topics":[],"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/phact.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":"2017-04-04T13:01:49.000Z","updated_at":"2017-09-20T01:50:53.000Z","dependencies_parsed_at":"2022-08-13T10:10:44.212Z","dependency_job_id":null,"html_url":"https://github.com/phact/gen-curriculum-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phact/gen-curriculum-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phact%2Fgen-curriculum-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phact%2Fgen-curriculum-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phact%2Fgen-curriculum-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phact%2Fgen-curriculum-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phact","download_url":"https://codeload.github.com/phact/gen-curriculum-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phact%2Fgen-curriculum-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34306772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2024-10-11T04:29:35.141Z","updated_at":"2026-06-14T01:33:01.932Z","avatar_url":"https://github.com/phact.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gen-curriculum-docker\n\n#docker gen-curriculum\n\nThis is a docker container for gen-curriculum.\n\n##clone the repo: git clone https://github.com/phact/gen-curriculum-docker\n\n##for OSX:\n\n#setup\ndocker-machine start default\neval $(docker-machine env default)\n#a bit of cleanup\ndocker rm -f $(docker ps -aq)\ndocker rmi -f $(docker images -aq)\n#build\ndocker build -t gen-curriculum-image .\ndocker run \\\n   --net=host -d  \\\n  -p 0.0.0.0:8080:8080 \\\n  -p 0.0.0.0:8081:8081 \\\n  -p 0.0.0.0:1025:1025 \\\n --name gen-curriculum gen-curriculum-image\n#or for debug\ndocker run -it --net=host \n       --net=host -d  \\\n  -p 0.0.0.0:8080:8080 \\\n  -p 0.0.0.0:8081:8081 \\\n  -p 0.0.0.0:1025:1025 \\\n  --name gen-curriculum gen-curriculum-image\ndocker-machine ip default\n##for linux: install docker https://docs.docker.com/engine/installation/linux\n\nadd your user to the docker group sudo gpasswd -a ${USER} docker\n\nand refresh newgrp docker\n\n#start docker\nservice docker start\ndocker build -t gen-curriculum-image .\ndocker run \\\n   --net=host -d  \\\n  -p 0.0.0.0:8080:8080 \\\n  -p 0.0.0.0:8000:8000 \\\n  --name gen-curriculum gen-curriculum-image\n  \n#or if it's not working run without detaching to troubeshoot\ndocker run -it \\\n     --net=host -d  \\\n  -p 0.0.0.0:8080:8080 \\\n  -p 0.0.0.0:8000:8000 \\\n  --name gen-curriculum gen-curriculum-image\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphact%2Fgen-curriculum-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphact%2Fgen-curriculum-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphact%2Fgen-curriculum-docker/lists"}