Slide 15
Slide 15 text
15
実⾏環境の⽤意⽅法
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common jq
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu
$(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install -y docker-ce
sudo apt-get install -y cgdb
sudo apt-get install -y cgroup-tools
sudo apt-get install -y uuid-runtime
sudo apt-get install -y tree
sudo apt-get install -y iputils-ping
だいたい、これぐらいやれば動く