Docker image for Swan Proxima Node
378
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.
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.
The image supports the following environment variables:
These variables can be set using the -e flag when running the container, as shown in the example command above.
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.
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.
Content type
Image
Digest
sha256:8c0f8d70d…
Size
102.9 MB
Last updated
over 2 years ago
docker pull nebulablock/swan-node-proxima