Skip to content

Commit

Permalink
chore: fix README syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Mar 12, 2024
1 parent 41ebb5f commit 8688b25
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# deliverest

Base container to acting as a delivery container for multi arch and multi platform

This container implements a base pattern where it handles the execution of a binary on a target host.

Deliverest typically is a place holder for an assets (binary, script...) created for certain OS and ARCH. deliverest then will connect
within a target host (through ssh) and copy the asset to the target host. Then it will execute a command on the target
host for running the delivered asset and pick the results (if any). Finally it will cleanup everything on the target host.
Base container to run remotely a workload at get back the outcome from it; it uses different ENVs to control the remote execution. The workload executed remotely would be define by the command on the image inheriting from deliverest.

Following diagram describes a basic usage of deliverest:

Expand Down

0 comments on commit 8688b25

Please sign in to comment.