Package Exports
- @nx/docker
- @nx/docker/executors.json
- @nx/docker/generators
- @nx/docker/generators.json
- @nx/docker/migrations.json
- @nx/docker/package.json
- @nx/docker/release/version-utils
Readme
Nx: Smart Repos · Fast Builds
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
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-workspaceUsing npm init
npm init nx-workspaceUsing yarn create
yarn create nx-workspaceAdding Nx to an Existing Repository
Run:
npx nx@latest init