Skip to content

Commit

Permalink
doc: handlers: fix syntax error in sw-description fragment
Browse files Browse the repository at this point in the history
The example is missing curly brackets.

Signed-off-by: Marcus Folkesson <[email protected]>
  • Loading branch information
marcusfolkesson committed Jan 18, 2024
1 parent 8d0e863 commit 4c58773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1296,10 +1296,11 @@ should be in a format accepted by docker.
::

images: (
{
filename = "docker-image.tar"
type = "docker_imageload";
installed-directly = true;
)
});

The handler checks return value (JSON message) from the daemon, and returns with success if the image
is added.
Expand Down

0 comments on commit 4c58773

Please sign in to comment.