{"id":17725660,"url":"https://github.com/hirokisan/sandbox","last_synced_at":"2026-02-12T06:31:56.247Z","repository":{"id":84170069,"uuid":"142436925","full_name":"hirokisan/sandbox","owner":"hirokisan","description":"Sandbox for apps, easy to try apps","archived":false,"fork":false,"pushed_at":"2018-08-04T10:49:25.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-06T11:48:18.680Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/hirokisan.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},"funding":{"github":"hirokisan","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2018-07-26T12:19:07.000Z","updated_at":"2018-08-04T10:49:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f414a44-c810-4d18-87c5-340fbbdc2975","html_url":"https://github.com/hirokisan/sandbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hirokisan/sandbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirokisan%2Fsandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirokisan%2Fsandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirokisan%2Fsandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirokisan%2Fsandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hirokisan","download_url":"https://codeload.github.com/hirokisan/sandbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirokisan%2Fsandbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29360644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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-25T16:05:15.553Z","updated_at":"2026-02-12T06:31:56.192Z","avatar_url":"https://github.com/hirokisan.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/hirokisan"],"categories":[],"sub_categories":[],"readme":"Sandbox with docker\n====\n\nThis is sandbox to run apps\n\nDont think too much, just like a toy\n\n## Build with compose\n```\n$ docker-compose up -d --build\n```\n\n## Get into container\n```\n$ docker exec -it sandbox-workspace_1 bash\n```\n\n## Stop running\n```\n$ docker-compose stop\n```\n\n## IP(Docker for Mac)\n```\n127.0.0.1\n```\n\n## ADD HOST\n```\n$ sudo sh -c \"echo 127.0.0.1 sandbox.local \u003e\u003e /etc/hosts\"\n```\n\n## ADD KEYS(Modify $PATH by yourself)\n```\n$ ssh-keygen -f ~/$PATH/sandbox/workspace/id_rsa\n```\n\n## ADD SSH CONFIG(Modify $PATH by yourself)\n```\n$ printf \"\\\nHost sandbox.local\n  HostName 127.0.0.1\n  User sandbox\n  Port 10080\n  UserKnownHostsFile /dev/null\n  StrictHostKeyChecking no\n  LogLevel FATAL\n  IdentityFile ~/$PATH/sandbox/workspace/id_rsa\n\" | cat \u003e\u003e ~/.ssh/config\n```\n\n## Get into container with ssh\n```\n$ ssh sandbox.local\n```\n\n## Run this command when you log into container\n```\n$ bash ~/init.sh\n```\n\n## Run this command if you want to use dotfiles\n```\n$ git clone -b sandbox-use https://github.com/hirokisan/dotfiles.git ~/dotfiles\n$ bash ~/dotfiles/install.sh\n```\n\n## Referense\n* [docker-compose](https://docs.docker.com/compose/compose-file/)\n* [docker-compose-build](https://docs.docker.com/compose/reference/build/)\n* [Install Docker for Mac](https://docs.docker.com/docker-for-mac/install/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhirokisan%2Fsandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhirokisan%2Fsandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhirokisan%2Fsandbox/lists"}