{"id":22837675,"url":"https://github.com/mr-hrr-harry/dockerised_vm","last_synced_at":"2026-05-09T06:36:00.932Z","repository":{"id":232259795,"uuid":"783872836","full_name":"mr-hrr-harry/dockerised_vm","owner":"mr-hrr-harry","description":"This is simple project on dockerising a vm and setting up OS as required","archived":false,"fork":false,"pushed_at":"2024-04-09T11:42:41.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T19:07:19.235Z","etag":null,"topics":["ansible","ansible-playbook","container-venv","docker","dockerfile","ubuntu","virtual-machine"],"latest_commit_sha":null,"homepage":"","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/mr-hrr-harry.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-04-08T18:34:43.000Z","updated_at":"2024-04-08T18:53:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9a690c9-b7d3-4e5a-b04a-2e77e4f6d80c","html_url":"https://github.com/mr-hrr-harry/dockerised_vm","commit_stats":null,"previous_names":["mr-horror-harry/dockerised_vm","mr-hrr-harry/dockerised_vm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mr-hrr-harry/dockerised_vm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-hrr-harry%2Fdockerised_vm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-hrr-harry%2Fdockerised_vm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-hrr-harry%2Fdockerised_vm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-hrr-harry%2Fdockerised_vm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mr-hrr-harry","download_url":"https://codeload.github.com/mr-hrr-harry/dockerised_vm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-hrr-harry%2Fdockerised_vm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32809938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["ansible","ansible-playbook","container-venv","docker","dockerfile","ubuntu","virtual-machine"],"created_at":"2024-12-12T23:17:30.725Z","updated_at":"2026-05-09T06:36:00.914Z","avatar_url":"https://github.com/mr-hrr-harry.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker commit \nused to generate custom containers\n\n# pull new image - base OS\ndocker run -it --name my_ubuntu_container ubuntu:latest\n\n# install requirements\napt-get update\napt-get install -y \u003cpackage_name\u003e\n\n(say)\nWe need an ubuntu OS with python3, pip3, ansible with other basic requirements, then\napt-get update\napt-get install -y apt-utils\napt install python3 python3-pip ansible systemd systemd-sysv dialog\n\necho \"[boot]\" | sudo tee -a /etc/wsl.conf\necho \"systemd=true\" | sudo tee -a /etc/wsl.conf\n\n# exit the container\nexit\n\t\n# creating and naming the new image\ndocker commit \u003cexited_conatiner_id\u003e \u003cnew_image_name\u003e\n\n# view the newly created image\ndocker images | grep \"\u003cnew_image_name\u003e\"\n\nFor more refer:\nhttps://www.notion.so/Harry-s-Docker-Documentation-d252b1bba2ab42e084fcb7b2f970cf2b","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-hrr-harry%2Fdockerised_vm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-hrr-harry%2Fdockerised_vm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-hrr-harry%2Fdockerised_vm/lists"}