@rxap/plugin-docker
TypeScript icon, indicating that this package has built-in type declarations

16.1.1 • Public • Published

@rxap/plugin-docker

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/plugin-docker

Install peer dependencies:

yarn add @nx/devkit@^16.10.0 @rxap/node-utilities@^1.2.0 @rxap/plugin-gitlab-ci@^16.2.0 @rxap/plugin-utilities@^16.3.0-dev.1 @rxap/workspace-utilities@^16.1.0 tslib@2.6.2 

Execute the config generator to use the package with a project:

yarn nx g @rxap/plugin-docker:config [project]

Generators

config

Add the executor 'docker' to the selected project and add generic depend on rules to nx.json

yarn nx g @rxap/plugin-docker:config

gitlab-ci

gitlab-ci generator

yarn nx g @rxap/plugin-docker:gitlab-ci

config

Add the executor 'docker' to the selected project and add generic depend on rules to nx.json

yarn nx g @rxap/plugin-docker:config

gitlab-ci

gitlab-ci generator

yarn nx g @rxap/plugin-docker:gitlab-ci

Executors

build

Executes the docker build command with the context set to the build output folder

project.json

{
  "targets": {
    "build": {
      "executor": "@rxap/plugin-docker:build"
    }
  }
}

save

Executes the docker save command for the latest image created with the build command

project.json

{
  "targets": {
    "save": {
      "executor": "@rxap/plugin-docker:save"
    }
  }
}

Package Sidebar

Install

npm i @rxap/plugin-docker

Weekly Downloads

150

Version

16.1.1

License

GPL-3.0-or-later

Unpacked Size

109 kB

Total Files

41

Last publish

Collaborators

  • badry.muenker
  • mmuenker