Skip to content

This is my code for studying how to write a docker

Notifications You must be signed in to change notification settings

shejialuo/rubber-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Docker From Scratch Workshop

This is my code for studying Docker From Scratch Workshop.

Environment setup

Actually, the original code has provided the Vagrantfile for setting up the environment. However, due to the GFW, things suck. So I decide to use qemu.

First, download the 16.04 LTS ubuntu from tuna.

wget https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/xenial/ubuntu-16.04.7-server-amd64.iso

Next, you should configure the proxy. And execute the following command.

sudo bash packer/bootstrap.sh

This workshop may seem easy. However, it provides a basic understanding how docker works internal. Thanks all the efforts of the authors.

About

This is my code for studying how to write a docker

Resources

Stars

Watchers

Forks