Function X Docs
FunctionX HomeStarScan ExplorerForumGet f(x)Wallet
Search
⌃K
Links
FunctionX Technical Document
f(x)Core
What is f(x)Core
Installation f(x)Core
Setup Node
Validators
Validator Overview
Setting Up a Validator for f(x)Core
Validator Recovery
Validator FAQ
Validator Security Notice
Delegators
Delegators FAQ
Delegator CLI Guide
Delegator Security Notice
f(x)Core Tutorials
f(x)Cored CLI Commands
Cloud Setup
Testnet faucet
Ledger Integration for fxcored
Sentry Nodes
Account Migration Guide (CLI)
Upgrade Instructions
Cosmovisor Integration - Binaries
Cosmovisor Integration - Docker
Upgrade Guide
Upgrade Versions
Upgrade FAQ
Deploying on f(x)core EVM
Deployed DApps
MetaMask
Connect Wallet to Dapps
With Remix
With Truffle
With Hardhat
Cross-Chain Bridges
Developers
f(x)Core Network
f(x)Core Modules
f(x)Core JSON RPC
f(x)Core REST API
Web3 JSON RPC
Support Keplr
Governance
Governance Proposal Information
Go to FunctionX
Powered By GitBook

Cosmovisor Integration - Docker

Docker image already has cosmovisor, just pull the image and run it
docker pull ghcr.io/functionx/fxcorevisor:3.1.0
docker stop fxcore && docker rm fxcore
docker run --name fxcore -d --restart=always -p 26656:26656 -p 26657:26657 -p 1317:1317 -p 26660:26660 -p 8545:8545 -p 8546:8546 -v $HOME/.fxcore:/root/.fxcore ghcr.io/functionx/fxcorevisor:3.1.0 run start --x-crisis-skip-assert-invariants
Upgrade Instructions - Previous
Cosmovisor Integration - Binaries
Next - Upgrade Instructions
Upgrade Guide
Last modified 1mo ago
Copy link