-
Install docker
-
Install
registry.exe
from distribution/distribution: The toolkit to pack, ship, store, and deliver container content (github.com)- Since they don鈥檛 have a Windows distribution, install Go.
- Run:
# | |
# this is work in progress | |
# the following script was from Gabriel | |
# will modify it to run with the v1.0.0 CNI spec. | |
# | |
$ErrorActionPreference="Stop" | |
$containerdDir = join-path $env:ProgramFiles containerd |
$ErrorActionPreference="Stop" | |
$containerdDir = join-path $env:ProgramFiles containerd | |
if (!(Test-Path $containerdDir)){ | |
mkdir $containerdDir | |
} | |
$downloadPath = Join-Path $env:Tmp "containerd.tar.gz" | |
$downloadLink = "https://github.com/containerd/containerd/releases/download/v1.7.5/containerd-1.7.5-windows-amd64.tar.gz" |
quick instructions | |
================== | |
you will need https://github.com/containerd/containerd/releases/tag/v1.7.3 | |
installed and running with default config | |
you will also need a proper CNI installed |
I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\
We recommend the following extensions or their equivalent for your IDE of choice:
s = [x*2 | x <- [1..10]] | |
-- s = [2,4,6,8,10,12,14,16,18,20] |
[Initial draft, adapted from Mike Bowler, @mike_bowler and Dave Nicolette, @DaveNicolette]
Driver-Navigator The driver is at the keyboard, and takes a tactical view of the problem. The navigator observes and takes a strategic view of the problem, offering suggestions and asking questions. The roles may switch back and forth as needed, depending on how the work flows and how the interaction between the two people works
Useful for general development and for knowledge/skill transfer. When used for knowledge/skills transfer, the junior member takes the driver role and the senior member takes the navigator role
Ping-Pong