Skip to content
/ orca Public
forked from lukaszlach/orca

🐳 Orca | Docker workshop

Notifications You must be signed in to change notification settings

Kinmarui/orca

This branch is 48 commits behind lukaszlach/orca:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aaaa4a4 · May 18, 2019

History

4 Commits
Apr 18, 2019
 
 
May 18, 2019
May 3, 2019
May 6, 2019
May 6, 2019
May 18, 2019
May 18, 2019
May 3, 2019
May 18, 2019
May 6, 2019
May 18, 2019

Repository files navigation

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
bash workshop-prepare.sh

Introduction

Install Docker on Linux

# Install Docker 18.09
curl -fsSL https://get.docker.com | VERSION=18.09 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

Enter Linux virtual machine

# Windows and Mac
$ docker run -it --rm --privileged --pid=host justincormack/nsenter1

# Mac
$ screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty

Workshop

About

🐳 Orca | Docker workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.1%
  • Other 0.9%