https://docs.docker.com/engine/install/ubuntu/#installation-methods
-
Install Docker
-
Add user to docker group (unless you're running RHEL/CentOS/Fedora/related)
sudo usermod -aG docker [username]
https://docs.docker.com/engine/install/ubuntu/#installation-methods
Install Docker
Add user to docker group (unless you're running RHEL/CentOS/Fedora/related)
sudo usermod -aG docker [username]
git config --global user.name "User Name"
git config --global user.email "email"
git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=3600'
https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
Rack is a generic interface to help application developers connect to web servers, so it works with WEBrick (comes with Ruby installation) and many other servers. Rack applications are for simple situations.
Create a Gemfile.
# Gemfile
source "https://rubygems.org"