Skip to content

Commit 7736c12

Browse files
chore: remove operator docker (yetanotherco#733)
1 parent 748505c commit 7736c12

7 files changed

Lines changed: 1 addition & 124 deletions

File tree

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ operator_deposit_and_register: operator_deposit_into_strategy operator_register_
173173

174174
operator_full_registration: operator_get_eth operator_register_with_eigen_layer operator_mint_mock_tokens operator_deposit_into_mock_strategy operator_whitelist_devnet operator_register_with_aligned_layer
175175

176-
operator_start_docker:
177-
@echo "Starting Operator..."
178-
@docker compose -f operator/docker/compose.yaml up
179-
180176
__BATCHER__:
181177

182178
BURST_SIZE=5

config-files/config-operator.docker.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/operator_guides/0_running_an_operator.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ cd aligned_layer
4747

4848
## Step 2 - Building the Operator
4949

50-
We recommend building from source whenever possible. If using the docker image, these steps can be skipped.
51-
5250
Ensure you have the following installed:
5351

5452
- [Go](https://go.dev/doc/install)
@@ -137,7 +135,7 @@ Finally, to end the staking process, you need to deposit into the WETH strategy,
137135
as shown in the EigenLayer guide.
138136

139137
<details>
140-
<summary>An alternative using the CLI (only when running without docker)</summary>
138+
<summary>An alternative using the CLI</summary>
141139

142140
Run the following command to deposit one WETH
143141

operator/docker/.env.example

Lines changed: 0 additions & 3 deletions
This file was deleted.

operator/docker/compose.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

operator/docker/operator.Dockerfile

Lines changed: 0 additions & 45 deletions
This file was deleted.

operator/docker/operator.Dockerfile.dockerignore

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)