According to the selected tools docker/podman and capacitor/cordova:
docker-compose build capacitor --no-cache
docker-compose build cordova --no-cache
podman-compose build capacitor --no-cache
podman-compose build cordova --no-cache
docker-compose run --rm capacitor bash
docker-compose run --rm cordova bash
podman-compose run --rm capacitor bash
podman-compose run --rm cordova bash
…inside the container:
npx cap …
npx cordova …
It can be done using git submodules:
git submodule add [email protected]:IndigoMultimediaTeam/.docker_apps.git
You can learn how to work with submodules from the documentation Git - Submodules or
using the git submodule
tutorial.
Then just select the desired *.yml
:
cp ./.docker_apps/dapper_drake.compose.yaml ./compose.yaml
...and modify it as required.
Containers are compatible with:
...installation procedure, see:
- Ubuntu:
sudo apt install docker docker-compose
- Mac/Windows: Docker Desktop
- Mac/Widows alternatively (on your own):