{"id":23812746,"url":"https://github.com/cybersecurity-dev/docker-toolkit","last_synced_at":"2025-02-21T19:24:02.719Z","repository":{"id":252563198,"uuid":"832104500","full_name":"cybersecurity-dev/Docker-Toolkit","owner":"cybersecurity-dev","description":"Reusable Docker Scripting Toolkit for Development Environment Setup","archived":false,"fork":false,"pushed_at":"2025-02-03T13:13:26.000Z","size":48,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T14:24:17.541Z","etag":null,"topics":["docker","dockerfile","dockerhub","pcap-analyzer"],"latest_commit_sha":null,"homepage":"https://www.docker.com/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cybersecurity-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-22T11:10:41.000Z","updated_at":"2025-02-03T13:13:30.000Z","dependencies_parsed_at":"2024-08-10T19:45:40.046Z","dependency_job_id":"8d5d702f-c429-4905-b8e9-8dc21847c1dd","html_url":"https://github.com/cybersecurity-dev/Docker-Toolkit","commit_stats":null,"previous_names":["cybersecurity-dev/docker-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FDocker-Toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FDocker-Toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FDocker-Toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FDocker-Toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybersecurity-dev","download_url":"https://codeload.github.com/cybersecurity-dev/Docker-Toolkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240072792,"owners_count":19743636,"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":["docker","dockerfile","dockerhub","pcap-analyzer"],"created_at":"2025-01-02T02:33:24.440Z","updated_at":"2025-02-21T19:24:02.713Z","avatar_url":"https://github.com/cybersecurity-dev.png","language":"Dockerfile","readme":"# Docker Toolkit\n[\u003cimg src=\"https://img.shields.io/badge/dockerhub-Docker_Toolkit-blue.svg?logo=Docker\"\u003e](https://hub.docker.com/u/cyberthreatdefense)\n\nReusable Docker Toolkit Scripting for Development Environment\n\n## :clipboard: Autokeras\n\n### :fast_forward: Quick Start\n\nBuilding the image:\n\n```console\ndocker build . --file Dockerfile --tag cyberthreatdefense/autokeras\n[...]\n\u003c\u003c\u003cwait for a while\u003e\u003e\u003e\n[...]\n```\nor Pull the Image:\n\n```console\ndocker pull cyberthreatdefense/autokeras\n```\n\nStarting it up with the current working directory mounted as `/mnt/share` in the container:\n\n```bash\ndocker run -it -h --name autokeras -v `pwd`:/mnt/share cyberthreatdefense/autokeras\n```\n```powershell\ndocker run -it -h --name autokeras -v ${PWD}:/mnt/share cyberthreatdefense/autokeras\n```\n\nStart the container\n```console\ndocker start -i autokeras\n```\n\u003cimg src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif\"\u003e\n\n## :clipboard: Detect-It-Easy\n\n### :fast_forward: Quick Start\n\nBuilding the image:\n\n```console\ndocker build . --file Dockerfile --tag cyberthreatdefense/diec\n[...]\n\u003c\u003c\u003cwait for a while\u003e\u003e\u003e\n[...]\n```\n\nor Pull the Image:\n\n```console\ndocker pull cyberthreatdefense/diec\n```\n\nStarting it up with the current working directory mounted as `/mnt/share` in the container:\n\n```bash\ndocker run -it -h --name diec -v `pwd`:/mnt/share cyberthreatdefense/diec\n```\n```powershell\ndocker run -it -h --name diec -v ${PWD}:/mnt/share cyberthreatdefense/diec\n```\n\nStart the container\n```console\ndocker start -i diec\n```\n\n\u003cimg src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif\"\u003e\n\n## :clipboard: Manalyze\n\n### :fast_forward: Quick Start\n\n#### Alpine\nBuilding the image:\n\n```console\ndocker build . --file Dockerfile.alpine --tag cyberthreatdefense/manalyze-alpine\n[...]\n\u003c\u003c\u003cwait for a while\u003e\u003e\u003e\n[...]\n```\n\nor Pull the Image:\n\n```console\ndocker pull cyberthreatdefense/manalyze-alpine\n```\nStarting it up with the current working directory mounted as `/mnt/share` in the container:\n\n```bash\ndocker run -it -h --name manalyze-alpine -v `pwd`:/mnt/share cyberthreatdefense/manalyze-alpine\n```\n\n```powershell\ndocker run -it -h --name manalyze-alpine -v ${PWD}:/mnt/share cyberthreatdefense/manalyze-alpine\n```\n\nStart the container\n```console\ndocker start -i manalyze-alpine\n```\n\n#### Ubuntu\n\n```console\ndocker build . --file Dockerfile.ubuntu --tag cyberthreatdefense/manalyze-ubuntu\n[...]\n\u003c\u003c\u003cwait for a while\u003e\u003e\u003e\n[...]\n```\nStarting it up with the current working directory mounted as `/mnt/share` in the container:\n\n```bash\ndocker run -it -h --name manalyze-ubuntu -v `pwd`:/mnt/share cyberthreatdefense/manalyze-ubuntu\n```\n\n```powershell\ndocker run -it -h --name manalyze-ubuntu -v ${PWD}:/mnt/share cyberthreatdefense/manalyze-ubuntu\n```\n\nStart the container\n\n```console\ndocker start -i manalyze-ubuntu\n```\n\n\u003cimg src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif\"\u003e\n\n\n## :clipboard: PCAP Extractor\n\n### :fast_forward: Quick Start\n\nBuilding the image:\n\n```console\ndocker build . --file Dockerfile --tag cyberthreatdefense/pcap-extractor\n[...]\n\u003c\u003c\u003cwait for a while\u003e\u003e\u003e\n[...]\n```\nor Pull the Image:\n\n```console\ndocker pull cyberthreatdefense/pcap-extractor\n```\n\nStarting it up with the current working directory mounted as `/mnt/share` in the container:\n\n```bash\ndocker run -it -h --name pcap-extractor -v `pwd`:/mnt/share cyberthreatdefense/pcap-extractor\n```\n```powershell\ndocker run -it -h --name pcap-extractor -v ${PWD}:/mnt/share cyberthreatdefense/pcap-extractor\n```\n\nStart the container\n\n```console\ndocker start -i pcap-extractor\n```\n\n\u003cimg src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif\"\u003e \n\n\n## :clipboard: ML Malware Detection Competition/MalConv-Keras Malware Analysis Environment\n\n### :fast_forward: Quick Start\n\nBuilding the image:\n\n```console\n# docker build . --file Dockerfile --tag cyberthreatdefense/malconv-keras-malware-benchmark\n[...]\n\u003c\u003c\u003cwait for a while\u003e\u003e\u003e\n[...]\n```\n\nStarting it up with the current working directory mounted as `/mnt/share` in the container:\n\n```console\n# docker run -it -h malconv-keras-malware-benchmark -v `pwd`:/mnt/share cyberthreatdefense/malconv-keras-malware-benchmark\n```\n```powershell\n# docker run -it -h malconv-keras-malware-benchmark -v ${PWD}:/mnt/share cyberthreatdefense/malconv-keras-malware-benchmark\n```\n\n\u003cimg src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif\"\u003e \n\n\n## :clipboard: ML Malware Detection Competition/EMBER Malware Analysis Environment\n\n### :fast_forward: Quick Start\n\nBuilding the image:\n\n```console\n# docker build . --file Dockerfile --tag cyberthreatdefense/ember-malware-benchmark\n[...]\n\u003c\u003c\u003cwait for a while\u003e\u003e\u003e\n[...]\n```\n\nStarting it up with the current working directory mounted as `/mnt/share` in the container:\n\n```console\n# docker run -it -h ember-malware-benchmark -v `pwd`:/mnt/share cyberthreatdefense/ember-malware-benchmark\n```\n```powershell\n# docker run -it -h ember-malware-benchmark -v ${PWD}:/mnt/share cyberthreatdefense/ember-malware-benchmark\n```\n\n\u003cimg src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif\"\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fdocker-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybersecurity-dev%2Fdocker-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fdocker-toolkit/lists"}