{"id":15690057,"url":"https://github.com/cirocosta/tinyc","last_synced_at":"2026-03-06T02:47:27.954Z","repository":{"id":73883920,"uuid":"101807969","full_name":"cirocosta/tinyc","owner":"cirocosta","description":"Tiny container runtime","archived":false,"fork":false,"pushed_at":"2018-09-14T20:52:26.000Z","size":71,"stargazers_count":10,"open_issues_count":4,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T15:08:29.444Z","etag":null,"topics":["c","c-lang","container-runtime","containers","linux"],"latest_commit_sha":null,"homepage":"","language":"C","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/cirocosta.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":"2017-08-29T21:22:09.000Z","updated_at":"2024-11-22T23:10:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ec55d4f-0abc-4798-85a9-1921f6f97daa","html_url":"https://github.com/cirocosta/tinyc","commit_stats":{"total_commits":51,"total_committers":2,"mean_commits":25.5,"dds":"0.019607843137254943","last_synced_commit":"08043b78e38cd871d1cb1c391374826a8e739632"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirocosta%2Ftinyc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirocosta%2Ftinyc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirocosta%2Ftinyc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirocosta%2Ftinyc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cirocosta","download_url":"https://codeload.github.com/cirocosta/tinyc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252968773,"owners_count":21833353,"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":["c","c-lang","container-runtime","containers","linux"],"created_at":"2024-10-03T18:06:55.284Z","updated_at":"2026-03-06T02:47:22.906Z","avatar_url":"https://github.com/cirocosta.png","language":"C","readme":"# tinyc\n\n`tinyc` is a tiny \"container\" runtime. \n\nIt aims at containerizing process in the most lightway possible. If all you want is running a set of processes isolated from the others, `tinyc` may be handy for you.\n\n\n## Usage\n\n```\n# run the 'sleep' process\ntinyc sleep 33d  \n```\n\n```\n# run the 'sleep' process with the root set to 'busybox'.\ntinyc \\\n        --root=/var/lib/tinyc/images/busybox/rootfs \\\n        sleep 33d  \n```\n\n```\n# run the 'sleep' process with a memory limit of 1M\ntinyc \\\n        --memory=1M \\\n        sleep 33d  \n```\n\n\n```\n# run the 'sleep' process with all privileges\ntinyc \\\n        --privileged \\\n        sleep 33d  \n```\n\n```\n# run the 'sleep' proccess that gets restarted in case of failures\ntinyc \\\n        --restart=always \\\n        sleep 33d  \n```\n\n\n## Building\n\n- `libcap-dev`\n- `libseccomp-dev`\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirocosta%2Ftinyc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcirocosta%2Ftinyc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirocosta%2Ftinyc/lists"}