Skip to content

Commit 65330ff

Browse files
authored
Fly auth docker (#4484)
* Update text styling and add note for token expiration * test commit * Fix trailing whitespace linting issue
1 parent 1dd73a8 commit 65330ff

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

internal/command/auth/docker.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ import (
2222

2323
func newDocker() *cobra.Command {
2424
const (
25-
long = `Adds registry.fly.io to the docker daemon's authenticated
26-
registries. This allows you to push images directly to fly from
27-
the docker cli.
28-
`
25+
long = `Adds registry.fly.io to the Docker daemon's authenticated
26+
registries. This allows you to push images directly to Fly.io from
27+
the Docker CLI.
28+
29+
Note: Tokens generated by this command expire after 5 minutes.`
2930
short = "Authenticate docker"
3031
)
3132

0 commit comments

Comments
 (0)