hopbit / orca

:whale: Orca | Docker workshop

Home Page:https://lach.dev/orca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orca

The killer whale or orca is a toothed whale belonging to the oceanic dolphin family, of which it is the largest member. -- Wikipedia

git clone https://github.com/lukaszlach/orca
cd orca/

Introduction

Install Docker on Linux

# Install Docker 19.03
curl -fsSL https://get.docker.com | VERSION=19.03 CHANNEL=stable sh

# Install Docker under your $HOME as a non-root
curl -fsSL https://get.docker.com/rootless | sh

Install Docker helpers

# Windows
$ Set-ExecutionPolicy RemoteSigned
$ Install-Module posh-docker
$ Import-Module posh-docker

# Mac
$ brew tap homebrew/completions
$ brew install docker-completion
$ brew install docker-compose-completion

# Linux
$ apt install bash-completion
$ curl https://raw.githubusercontent.com/docker/docker-ce/master/components/cli/contrib/completion/bash/docker -o /etc/bash_completion.d/docker.sh

Start Orca Tunnel

# Linux and Mac
# replace with your VPS_ID
bash <(curl -sSfL lach.dev/orca-tunnel) VPS_ID

# Windows
iex ((New-Object System.Net.WebClient).DownloadString('https://lach.dev/orca-tunnel.ps'))

Workshop

Beginner

Intermediate

High

About

:whale: Orca | Docker workshop

https://lach.dev/orca


Languages

Language:Go 97.0%Language:Shell 2.5%Language:PowerShell 0.5%Language:Makefile 0.0%