Hop
Search…
Hop
Welcome
JS SDK
Hop Node
Getting started
Requirements
Configuration
Keystore
Staking
Installing Docker
Docker image
Running Docker container
EC2 Setup
Monitoring
Docker CloudWatch Logs
Prometheus Monitoring
AWS Parameter Store Setup
Running in Production
Securing Cloud Instance
Securing Server
SSH 2FA
Additional Security & Node Best Practices
CLI Commands
Contract State
Additional questions
TheGraph Subgraphs
Contract Addresses
Smart Contracts
RPC Endpoints
Fee Calculation
On the web
FAQ
Assets
Powered By
GitBook
Installing Docker
Install Docker service on server
Official Docker install
Instructions here
.
Instructions on installing docker on an Ubuntu server:
1
sudo
apt-get
update
2
curl
-fsSL https://download.docker.com/linux/ubuntu/gpg
|
sudo
apt-key
add
-
3
sudo
add-apt-repository
"deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable"
4
sudo
apt-get
install
docker-ce -y
5
sudo
usermod
-aG
docker
$USER
6
newgrp
docker
7
docker
info
Copied!
Previous
Staking
Next
Docker image
Last modified
7mo ago
Copy link