Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit aaccef7

Browse files
committed
Remove left over docker-app in README
Signed-off-by: Christopher Crone <[email protected]>
1 parent 7d43c90 commit aaccef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ directory instead of a single file, containing `metadata.yml`,
289289
`docker-compose.yml` and `parameters.yml`.
290290

291291
Converting between the two formats can be achieved by using the
292-
`docker app split` and `docker-app merge` commands.
292+
`docker app split` and `docker app merge` commands.
293293

294294
**Note**: You cannot store attachments in the single file format. If you want to
295295
use attachments you should use the directory format.
@@ -326,7 +326,7 @@ $ docker app inspect myhubuser/myimage
326326

327327
The first time a command is executed against a given image name the bundle is
328328
pulled from the registry and put in the local bundle store. You can pre-populate
329-
this store by running `docker-app pull myhubuser/myimage:latest`. All commands
329+
this store by running `docker app pull myhubuser/myimage:latest`. All commands
330330
manipulating a package also accept a `--pull` flag to force pulling the bundle
331331
from the registry, even if it is present in the local store. This can be useful
332332
when you are repeatedly pushing a bundle on the same tag.

0 commit comments

Comments
 (0)