Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ Run the docker image
docker run -d --name mevbot mevbot:latest
```

if someone wants to install juno node in the cloud and use skipper with docker, add "--network=host" to run command to access localhost

```
docker run -d --name [CONTAINER_NAME] --network=host [DOCKER_IMAGE]
```

Shell into container & check logs (if running on terra, log will be logs/terra.log)
```
docker exec -it mevbot cat logs/juno.log
Expand Down