{"id":22688177,"url":"https://github.com/emanuelefavero/docker-linux","last_synced_at":"2026-05-03T01:43:23.676Z","repository":{"id":249703426,"uuid":"832290288","full_name":"emanuelefavero/docker-linux","owner":"emanuelefavero","description":"A custom Docker image based on Ubuntu. Built for testing Linux in a containerized environment","archived":false,"fork":false,"pushed_at":"2024-12-05T07:45:25.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T08:45:04.585Z","etag":null,"topics":["bash","containers","docker","linux","scripts","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emanuelefavero.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":"2024-07-22T18:00:35.000Z","updated_at":"2024-12-05T07:45:29.000Z","dependencies_parsed_at":"2024-07-22T21:39:43.568Z","dependency_job_id":"14c9e9ea-5c11-40d1-965e-4faf4aac451c","html_url":"https://github.com/emanuelefavero/docker-linux","commit_stats":null,"previous_names":["emanuelefavero/docker-linux"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emanuelefavero/docker-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuelefavero%2Fdocker-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuelefavero%2Fdocker-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuelefavero%2Fdocker-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuelefavero%2Fdocker-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emanuelefavero","download_url":"https://codeload.github.com/emanuelefavero/docker-linux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emanuelefavero%2Fdocker-linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32555839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T00:31:16.350Z","status":"ssl_error","status_checked_at":"2026-05-03T00:31:15.546Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bash","containers","docker","linux","scripts","ubuntu"],"created_at":"2024-12-10T00:13:22.038Z","updated_at":"2026-05-03T01:43:23.650Z","avatar_url":"https://github.com/emanuelefavero.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Linux\n\nThis is a custom Docker image based on Ubuntu. It a good starting point for testing Linux in a containerized environment.\n\n## Installation\n\n- Clone the repository\n- Build the Docker image: `docker build -t ubuntu-custom .`\n- Create a volume for persistent storage: `docker volume create ubuntu-root-volume`\n- Run the Docker container with the volume: `docker run -it -v ubuntu-root-volume:/root ubuntu-custom`\n- Test your Linux application: (e.g. by creating a file in the `/root` directory)\n\n\u003e Tip: All files in the `/root` directory will be saved in the volume for persistent storage\n\u003e\n\u003e Note: Make sure you have Docker installed on your machine\n\u003e\n\u003e TIP: When saving files in the container, they will be lost when the container is stopped. To save files, use a volume or copy them to the Dockerfile directory so they are copied to the container during the next build\n\n## Usage\n\n- Run the Docker container: `docker run -it --rm -v ubuntu-root-volume:/root ubuntu-custom`\n- Test your Linux application: (e.g. by creating a file in the `/root` directory)\n\n\u003e Tip: You could create an alias for the above docker command in your `.bashrc` or `.zshrc` file (e.g. `alias ubuntu='docker run -it --rm -v ubuntu-root-volume:/root ubuntu-custom'`)\n\u003e Tip: the `--rm` flag will automatically remove the container when it is stopped\n\u003e To delete a volume, use the command: `docker volume rm ubuntu-root-volume`\n\n## License\n\n- [MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femanuelefavero%2Fdocker-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femanuelefavero%2Fdocker-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femanuelefavero%2Fdocker-linux/lists"}