- Install Docker Desktop
Because we already have an official CockroachDB docker image, we will use that in our docker-compose.yml file. We recommend you use one of the current tags instead of latest.
Because we already have an official CockroachDB docker image, we will use that in our docker-compose.yml file. We recommend you use one of the current tags instead of latest.
| # Put in your ~/.ssh/config | |
| ### Problem | |
| # | |
| # You are on a public WiFi network that blocks SSH ports but you don't want to switch | |
| # to pushing your Github changes to GH remotes via HTTPS nor do you want to change the | |
| # remote hostname in all your repos. | |
| Host github.com | |
| Hostname ssh.github.com |