The repo is for Cloud Native 101 series training scripts gits: https://gist.github.com/aseaday/a0972045222ccf0c3976f827f56001a1
中文 | English
The vagrant and virtualbox provide a standard environment for experiments in our lecture of Cloud Native 101.
- Visit Virtualbox to download the virtualbox installer based on your operating system.
- Download Vagrant:
- For Linux users, you are recommanded to move the binary to
/usr/local/bin
- For OS X users, the vagrant prepare a DMG installer, so just install it and you can use it.
- For Windows users, because most of our developer who don't have it, please solve the problem by yourself.
- For Linux users, you are recommanded to move the binary to
First, clone this repo to your computer.
git clone https://github.com/funstory-ai/cloudnative-101.git
Open a terminal and input the following commands to validate if it has been installed properly.
cd cloudnative-101/box
vagrant up # It may take a while because it need to download the virtual machine image from AliyunOSS
vagrant ssh
You will enter into an new shell and just like this
Then
exit
vagrant destroy
- Part 1: What is Docker & What docker did?