Command | Description |
---|---|
Up | Start the container. |
Down | Stop the container. |
Logs | View the container logs. |
Pull | Pull the nuanced-lsproxy image. |
Run | Run a script within the container environment. |
Status | Check the status of the container. |
Pull
command is useful for pre-pulling the nuanced-lsproxy
image for faster startup times, or to update to the latest version.Argument | Description | Required |
---|---|---|
workspace | Path to the host workspace to mount within the Nuanced LSP container | ✅ |
Option | Description | Default |
---|---|---|
--host-port <n> | Host port to bind to container process | 4444 |
--bind-host <host> | Host/IP to bind (e.g. 127.0.0.1 , 0.0.0.0 , 192.168.1.10 ) | "127.0.0.1" |
--image <ref> | Docker image to use for standing up the container process | "ghcr.io/nuanced-dev/nuanced-lsproxy:<version>" |
--container-name <name> | Container name | "nuanced-lsp" |
--timeout <s> | Health check poll loop timeout seconds (<=0 to skip) | 120 |
--sudo | Docker commands are executed with sudo | Docker commands are executed without sudo |
--stream | Process stdout, stderr, and container logs are streamed to the CLI’s stdout | Process stdout, stderr, and container logs are not streamed |
--ro | Mount workspace as read-only | Mount workspace is read-write |
Option | Description | Default |
---|---|---|
--container-name <name> | Container name | "nuanced-lsp" |
--timeout <s> | Timeout seconds (<=0 to skip) | 120 |
--sudo | Docker commands are executed with sudo | Docker commands are executed without sudo |
Option | Description | Default |
---|---|---|
--container-name <name> | Container name | "nuanced-lsp" |
--timeout <s> | Timeout seconds (<=0 to skip) | 120 |
--sudo | Docker commands are executed with sudo | Docker commands are executed without sudo |
--stream | Process stdout, stderr, and container logs are streamed to the CLI’s stdout | Process stdout, stderr, and container logs are not streamed |
--since <when> | Only show logs since (e.g. 10s , 5m , or RFC3339 timestamp) | — |
--tail <n|all> | Show last N lines, or all for full history | — |
Option | Description | Default |
---|---|---|
--image <ref> | Nuanced LSP Docker image to pull | "ghcr.io/nuanced-dev/nuanced-lsproxy:<version>" |
--sudo | Docker commands are executed with sudo | Docker commands are executed without sudo |
--stream | Process stdout, stderr, and container logs are streamed to the CLI’s stdout | Process stdout, stderr, and container logs are not streamed |
Argument | Description | Required |
---|---|---|
script | Path to a script to copy to the container and execute | ✅ |
Option | Description | Default |
---|---|---|
--container-name <name> | Container name | "nuanced-lsp" |
--timeout <s> | Timeout seconds (<=0 to skip) | 120 |
--sudo | Docker commands are executed with sudo | Docker commands are executed without sudo |
--stream | Process stdout, stderr, and container logs are streamed to the CLI’s stdout | Process stdout, stderr, and container logs are not streamed |
/health
probe. It only checks Docker’s view of the container.