Skip to content

IndigoMultimediaTeam/.docker_apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LTS+sub-branches

Docker containers for cordova/capacitor application development

Czech version.

Quick navigation

Usage

According to the selected tools docker/podman and capacitor/cordova:

First initialization

docker-compose build capacitor --no-cache
docker-compose build cordova --no-cache

podman-compose build capacitor --no-cache
podman-compose build cordova --no-cache

Entry into container

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 …

Add to repository

It can be done using git submodules:

git submodule add git@github.com: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.

Requirements

Containers are compatible with:

...installation procedure, see:

Docker

Podman

About

Cordova/Capacitor docker files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published