{"id":13528232,"url":"https://github.com/vladholubiev/docker-in-aws-lambda","last_synced_at":"2025-10-04T05:06:30.567Z","repository":{"id":78248381,"uuid":"93265059","full_name":"vladholubiev/docker-in-aws-lambda","owner":"vladholubiev","description":"Run Docker containers in AWS Lambda","archived":false,"fork":false,"pushed_at":"2017-06-27T07:53:23.000Z","size":4,"stargazers_count":86,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T20:07:40.153Z","etag":null,"topics":["aws-lambda","docker","serverless"],"latest_commit_sha":null,"homepage":null,"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/vladholubiev.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}},"created_at":"2017-06-03T17:56:40.000Z","updated_at":"2025-06-17T22:52:41.000Z","dependencies_parsed_at":"2023-03-07T11:01:08.660Z","dependency_job_id":null,"html_url":"https://github.com/vladholubiev/docker-in-aws-lambda","commit_stats":null,"previous_names":["vladholubiev/docker-in-aws-lambda"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vladholubiev/docker-in-aws-lambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladholubiev%2Fdocker-in-aws-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladholubiev%2Fdocker-in-aws-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladholubiev%2Fdocker-in-aws-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladholubiev%2Fdocker-in-aws-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vladholubiev","download_url":"https://codeload.github.com/vladholubiev/docker-in-aws-lambda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladholubiev%2Fdocker-in-aws-lambda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278266896,"owners_count":25958733,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"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":["aws-lambda","docker","serverless"],"created_at":"2024-08-01T06:02:20.511Z","updated_at":"2025-10-04T05:06:30.524Z","avatar_url":"https://github.com/vladholubiev.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://shelf.io/\"\u003e\n    \u003cimg alt=\"Docker in Lambda\" src=\"https://cdn-images-1.medium.com/max/2000/1*BgGp8L5W7SWeoT_tAo9zxA.png\" width=\"800\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://medium.com/@vladholubiev/how-did-i-hack-aws-lambda-to-run-docker-containers-7184dc47c09b\"\u003e\n    Read this blog post on Medium for details: How Did I “Hack” AWS Lambda to Run Docker Containers\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n# Show me the code\n\n`ubuntu-demo.sh` script is in the repo. It will run an example command `cat /etc/os-release` which shows it's a real Ubuntu.\n\nHow can I run it?\n\nIf you want to use it in the project, just spawn a process with the script in any language you prefer.\n\nOr you can try it right away with [lambdash](https://github.com/alestic/lambdash):\n\n```sh\n$ lambdash \"export HO... # paste code below\"\n```\n\n## ubuntu-demo.sh\n\n```sh\nexport HOME=/tmp\nexport UDOCKER_DIR=/tmp\nexport UDOCKER_BIN=/tmp\nexport UDOCKER_LIB=/tmp\nexport UDOCKER_CONTAINERS=/tmp\n\ncd /tmp\n\n# Installation\ncurl https://raw.githubusercontent.com/indigo-dc/udocker/udocker-fr/udocker.py \u003e udocker\npython udocker version\n\n# Pull the image\npython udocker pull ubuntu:17.04\n\n# Setup a container\npython udocker create --name=ubuntu ubuntu:17.04\npython udocker setup --execmode=F1 ubuntu\n\n# Run it!\npython udocker run ubuntu cat /etc/os-release\n```\n\n## Similar Projects\n\nCheck out a bit more sophisticated project based on same ideas - [SCAR](https://github.com/grycap/scar). It wraps abovementioned commands into a framework shell, but not only.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladholubiev%2Fdocker-in-aws-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladholubiev%2Fdocker-in-aws-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladholubiev%2Fdocker-in-aws-lambda/lists"}