{"id":20013477,"url":"https://github.com/indigomultimediateam/.docker_apps","last_synced_at":"2026-03-19T13:03:39.892Z","repository":{"id":132767804,"uuid":"609098149","full_name":"IndigoMultimediaTeam/.docker_apps","owner":"IndigoMultimediaTeam","description":"Cordova/Capacitor docker files","archived":false,"fork":false,"pushed_at":"2023-03-03T12:56:22.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T02:32:45.119Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IndigoMultimediaTeam.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":"2023-03-03T11:22:21.000Z","updated_at":"2023-03-03T11:34:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"87dfb223-538f-4aed-8e08-f80f6f0b5b8f","html_url":"https://github.com/IndigoMultimediaTeam/.docker_apps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IndigoMultimediaTeam/.docker_apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndigoMultimediaTeam%2F.docker_apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndigoMultimediaTeam%2F.docker_apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndigoMultimediaTeam%2F.docker_apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndigoMultimediaTeam%2F.docker_apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndigoMultimediaTeam","download_url":"https://codeload.github.com/IndigoMultimediaTeam/.docker_apps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndigoMultimediaTeam%2F.docker_apps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30062392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-13T07:36:45.602Z","updated_at":"2026-03-03T21:31:51.637Z","avatar_url":"https://github.com/IndigoMultimediaTeam.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![LTS+sub-branches](https://img.shields.io/badge/submodule-LTS+sub--branches-informational?style=flat-square\u0026logo=git)](https://github.com/IndigoMultimediaTeam/lts-driven-git-submodules)\n# Docker containers for cordova/capacitor application development\n[Czech version](./README_cs-CZ.md).\n\n## Quick navigation\n- [I want to add to a new/existing app](#add-to-repository)\n- [What I need to use](#requirements)\n\n## Usage\nAccording to the selected tools [docker/podman](#requirements) and capacitor/cordova:\n\n### First initialization\n```bash\ndocker-compose build capacitor --no-cache\ndocker-compose build cordova --no-cache\n\npodman-compose build capacitor --no-cache\npodman-compose build cordova --no-cache\n```\n\n### Entry into container\n```bash\ndocker-compose run --rm capacitor bash\ndocker-compose run --rm cordova bash\n\npodman-compose run --rm capacitor bash\npodman-compose run --rm cordova bash\n```\n…inside the container:\n```bash\nnpx cap …\nnpx cordova …\n```\n\n## Add to repository\nIt can be done using git submodules:\n```bash\ngit submodule add git@github.com:IndigoMultimediaTeam/.docker_apps.git\n```\nYou can learn how to work with submodules from the documentation [Git - Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) or\nusing the [`git submodule`](https://gist.github.com/jaandrle/b4836d72b63a3eefc6126d94c683e5b3) tutorial.\n\nThen just select the desired `*.yml`:\n```bash\ncp ./.docker_apps/dapper_drake.compose.yaml ./compose.yaml\n```\n...and modify it as required.\n\n## Requirements\nContainers are compatible with:\n- [Docker: Accelerated, Containerized Application Development](https://www.docker.com/)\n- [Podman - What is Podman?](https://docs.podman.io/en/latest/)\n\n...installation procedure, see:\n\n## Docker\n- Ubuntu: `sudo apt install docker docker-compose`\n- Mac/Windows: [Docker Desktop](https://docs.docker.com/desktop/)\n- Mac/Widows alternatively (on your own):\n\t- `docker`:\n\t- [How To Install Docker Without Docker Desktop On Windows | by Paul Knulst | Better Programming](https://betterprogramming.pub/how-to-install-docker-without-docker-desktop-on-windows-a2bbb65638a1)\n\t- [Docker for Mac: Homebrew Step-by-Step Tutorial | Cprime](https://www.cprime.com/resources/blog/docker-for-mac-with-homebrew-a-step-by-step-tutorial/)\n\t- `docker-compose`: ?\n\t\t- [Docker Desktop](https://docs.docker.com/desktop/)\n\n## Podman\n- [Podman Installation](https://podman.io/getting-started/installation)\n- [containers/podman-compose](https://github.com/containers/podman-compose)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findigomultimediateam%2F.docker_apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findigomultimediateam%2F.docker_apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findigomultimediateam%2F.docker_apps/lists"}