@nx/docker
v22.4.4
Published
The Nx Plugin for Docker to aid in containerizing projects.
Readme
Nx: Smart Monorepos · 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-workspaceUsing npm init
npm init nx-workspaceUsing yarn create
yarn create nx-workspaceAdding Nx to an Existing Repository
Run:
npx nx@latest init