You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Add user to the docker group:
sudo usermod -aG docker eric
Setup and deploy ssh key to remote server
# Generate a new SSH key on your local machine:
ssh-keygen -t rsa -b 4096 -C "ericphlpp@gmail.com"# Copy the SSH key to the remote server:
ssh-copy-id -i ~/.ssh/id_rsa.pub user@hostname