diff --git a/README.md b/README.md index 9604fe8..cdb1e88 100644 --- a/README.md +++ b/README.md @@ -175,11 +175,11 @@ You need to initialise Garage. It can be done in a few commands, coming from [th # Find your Garage node ID docker compose exec garage /garage -# eb820c8da5605f78 in the output below +# Your id is eb820c8da5605f78 in the output below ID Hostname Address Tags Zone Capacity DataAvail eb820c8da5605f78 9bd710b31be0 127.0.0.1:3901 NO ROLE ASSIGNED -# Then create a cluster layout +# Then create a cluster layout with this id docker compose exec garage /garage layout assign -z dc1 -c 1G eb820c8da5605f78 # Finally, apply the layout