Sign inSign up

nebulablock/swan-node-proxima

By nebulablock

•Updated over 2 years ago

Docker image for Swan Proxima Node

Image
Developer tools
Operating systems
0

378

nebulablock/swan-node-proxima repository overview

⁠Swan Proxima Node

This repository provides a Docker image for running a Swan Proxima node. The image is built on the official nebulablock/swan-node-proxima image and is designed to be easy to use and highly configurable.

⁠Getting Started

docker run -d \
  -v /opt/swan:/opt/swan \
  -p 8545:8545 \
  -e L1RPC=$L1_RPC \
  -e L1BEACON=$L1_Beacon_RPC \
  --name swan-node \
  nebulablock/swan-node-proxima

This command will start a new container in detached mode, mapping the container's port 8545 to the host's port 8545 and persisting data in the /opt/swan directory.

⁠Environment Variables

The image supports the following environment variables:

  • L1RPC: The URL of the L1 RPC provider.
  • L1BEACON: The URL of the L1 Beacon RPC provider.

These variables can be set using the -e flag when running the container, as shown in the example command above.

⁠Volumes

The image uses a volume at /opt/swan to persist data between container restarts. This volume can be mounted using the -v flag when running the container, as shown in the example command above.

⁠Ports

The image exposes port 8545 for RPC connections. This port can be mapped to a host port using the -p flag when running the container, as shown in the example command above.

Tag summary

Content type

Image

Digest

sha256:8c0f8d70d…

Size

102.9 MB

Last updated

over 2 years ago

docker pull nebulablock/swan-node-proxima