Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
assistant
build
containers
custom-scopes
deploy
developer-spaces
environments
install
manifest
module
providers
settings
site
storage
variables
version
webtrigger
Last updated Aug 31, 2026

containers docker-login

Description

authenticate to container registry

Usage

1
2
Usage: forge containers docker-login [options]

Options

1
2
3
--verbose   enable verbose mode
-h, --help  display help for command

Operation

This command is used with Forge Container services, which is now in Preview. Preview features are fully supported but remain under active development and may be subject to shorter deprecation windows.

Use forge containers docker-login to retrieve a temporary API token, which can be used for authenticating with the Forge Container services registry (namely, forge-registry.services.atlassian.com).

You can use this token specifically for authenticating a locally installed docker CLI; if you use a different image management tool, use forge containers get-login instead.

The forge containers docker-login command must be run in the app's root folder (that is, where the manifest file is located).

For a complete list of forge containers subcommands, refer to the command's reference.

Login session

The API token provided by forge containers docker-login authenticates a login session that:

  • Is app-specific
  • Expires after 12 hours
  • Becomes invalid once the app is updated

Further information

Rate this page: