Skip to main content

atmos devcontainer config

Use this command to view the resolved configuration for a devcontainer, including all settings from your atmos.yaml and devcontainer spec.

atmos devcontainer config --help

Usage

atmos devcontainer config <name>

Arguments

name
Name of the devcontainer to show configuration for

Examples

# Show devcontainer configuration
atmos devcontainer config geodesic

Example output:

Runtime: podman

Name: Geodesic
Image: cloudposse/geodesic:latest

Workspace Folder: /workspace
Workspace Mount: type=bind,source=/Users/erik/project,target=/workspace

Mounts:
- type=bind,source=/Users/erik/.aws,target=/root/.aws,readonly
- type=volume,source=geodesic-home,target=/root

Forward Ports:
- 8080
- 3000

Environment Variables:
ATMOS_BASE_PATH: /workspace
ATMOS_IDENTITY: acme-identity

Run Arguments:
- --hostname=geodesic

Remote User: root

See Also