JSPM

@nx/docker

22.5.0-canary.20260128-cf043b7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 592838
  • Score
    100M100P100Q173008F
  • License MIT

The Nx Plugin for Docker to aid in containerizing projects.

Package Exports

  • @nx/docker
  • @nx/docker/executors.json
  • @nx/docker/executors/release-publish/schema
  • @nx/docker/executors/release-publish/schema.json
  • @nx/docker/generators
  • @nx/docker/generators.json
  • @nx/docker/generators/init/schema
  • @nx/docker/generators/init/schema.json
  • @nx/docker/migrations.json
  • @nx/docker/package.json
  • @nx/docker/release/version-utils

Readme

Nx - Smart Repos · Fast Builds

CircleCI License NPM Version Semantic Release Commitizen friendly Join the chat at https://gitter.im/nrwl-nx/community Join us on the Official Nx Discord Server


Nx: Smart Repos · Fast Builds

Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.

This package is a Docker plugin for Nx.

Experimental: Support for Docker is currently experimental. Breaking changes may occur and not adhere to semver versioning.

Getting Started

Creating an Nx Workspace

Using npx

npx create-nx-workspace

Using npm init

npm init nx-workspace

Using yarn create

yarn create nx-workspace

Adding Nx to an Existing Repository

Run:

npx nx@latest init

Documentation & Resources

Nx - Smart Repos · Fast Builds