We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd73a8 commit 65330ffCopy full SHA for 65330ff
internal/command/auth/docker.go
@@ -22,10 +22,11 @@ import (
22
23
func newDocker() *cobra.Command {
24
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
-`
+ long = `Adds registry.fly.io to the Docker daemon's authenticated
+registries. This allows you to push images directly to Fly.io from
+the Docker CLI.
+
29
+Note: Tokens generated by this command expire after 5 minutes.`
30
short = "Authenticate docker"
31
)
32
0 commit comments