From 206bad316d0199ff3d83f5df23f7200ced3c31a1 Mon Sep 17 00:00:00 2001 From: adriantpaez Date: Wed, 30 Aug 2023 09:19:30 +0000 Subject: [PATCH] doc: update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2c0f599..47a46d55 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,11 @@ curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.1.0/eig ## Install an AVS -AVS Node software can be installed from a Git repository, such as GitHub, or from a local directory, as long as the package adheres to the packaging specification. Further details on how to proceed in each case are provided below. +AVS Node software can be installed from a Git repository, such as GitHub, or from a local directory, as long as the package adheres to the packaging specification. + +> Each AVS profiles defines a set of services using Docker Compose. For security reasons, building Docker images is not supported, and profiles cannot use the `build` option in their `docker-compose.yml` files. Only the `image` option is supported. This applies to the plugin as well. In the `manifest.yml` file, the `plugin` option only supports the `image` field, which should contain a Docker image name as its value, rather than a reference to a Dockerfile. + +Further details on how to proceed in each case are provided below. ### From GitHub