1. Cài đặt môi trường
2020, Apr 10
📝 Video References
1. Useful Windows Terminal
Download Full: Cmder | Console Emulator
2. Generate SSH-keygen
1
ssh-keygen
1
cat ~/.ssh/id_rsa.pub
3. Free Google Cloud
GCP Free Tier - Free Extended Trials and Always Free | Google Cloud
🎹 Install Docker on Centos 7
123
sudo yum install -y yum-utils \
device-mapper-persistent-data \
lvm2
123
sudo yum-config-manager \
--add-repo \
https://download.docker.com/linux/centos/docker-ce.repo
1
sudo yum install docker-ce docker-ce-cli containerd.io
- Add docker to sudo group
1
sudo usermod -aG docker $USER
- Start docker as a system service
file
1
sudo systemctl start docker
🎸 Your actions
1
docker run hello-world
- Send to Gitter your output hello world container when you done
- Read and talk more about Docker, keysearch:
Docker complete guide
,Docker Documentation
,Docker Guide for Beginners
🔶 Keep in touch!
- For issues, optimizations, best practices, updates: codemantn/community - Gitter
- Resource: Downloads
- Resource: GitHub