Skip to content

Commit

Permalink
Add tag to list of goals (#1838)
Browse files Browse the repository at this point in the history
* Add tag to list of goals

Signed-off-by: Arend von Reinersdorff <[email protected]>

* Improve description of docker:tag

Signed-off-by: Arend von Reinersdorff <[email protected]>

---------

Signed-off-by: Arend von Reinersdorff <[email protected]>
  • Loading branch information
arend-von-reinersdorff authored Nov 15, 2024
1 parent 4b503f8 commit 84790ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ It works with Maven 3.0.5 and Docker 1.6.0 or later.
| [`docker:logs`](https://fabric8io.github.io/docker-maven-plugin/#docker:logs) | Show container logs | |
| [`docker:source`](https://fabric8io.github.io/docker-maven-plugin/#docker:source) | Attach docker build archive to Maven project | package |
| [`docker:save`](https://fabric8io.github.io/docker-maven-plugin/#docker:save) | Save image to a file | |
| [`docker:tag`](https://fabric8io.github.io/docker-maven-plugin/#docker:tag) | Tag images | install |
| [`docker:volume-create`](https://fabric8io.github.io/docker-maven-plugin/#docker:volume-create) | Create a volume to share data between containers | pre-integration-test |
| [`docker:volume-remove`](https://fabric8io.github.io/docker-maven-plugin/#docker:volume-remove) | Remove a created volume | post-integration-test |
| [`docker:copy`](https://fabric8io.github.io/docker-maven-plugin/#docker:copy) | Copy files and directories from a container | post-integration-test |
Expand Down
4 changes: 4 additions & 0 deletions src/main/asciidoc/inc/_goals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ in the next sections.
|Save images to a file
|

|**<<{plugin}:tag>>**
|Tag images so that they become part of a repository
|install

|**<<{plugin}:volume-create>>**
|Create a volume for containers to share data
|pre-integration-test
Expand Down

0 comments on commit 84790ac

Please sign in to comment.