在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:btholt/complete-intro-to-containers开源软件地址:https://github.com/btholt/complete-intro-to-containers开源编程语言:JavaScript 72.7%开源软件介绍:Complete Intro to Containers (feat. Docker)
Issues and Pull RequestsPlease file issues and open pull requests here! Thank you! Getting Set UpFor EveryoneInstall Visual Studio Code. For one section of the course I'll go over some of how VSCode and containers work well together. The rest of the course you can use whatever editor you want. For macOS and LinuxPlease make sure you have the following things installed and ready to go!
For WindowsIf you have Windows 10 Professional (it doesn't work in Home), try WSL 2 and Docker for WSL 2. WSL stands for Window Subsystem for Linux. It allows you to run Linux within Windows. That's what I'll be using. WSL 2 works faster than WSL1 but it's harder to set up since it's still in preview. If you do not have Windows 10 Professional and you do not want to buy it, follow this blog post to install VirtualBox and a Linux VM so you can follow inside of Linux. I'd suggest using Ubuntu. Or, if you know PowerShell really well and know how to translate bash commands to PowerShell commands, feel free to install Docker Desktop Community and do everything from PowerShell (honestly it shouldn't be too bad.) Verify Docker installation:Make sure when you go to a bash prompt and type Once you have Docker up and running, please run the following. This will pull most of the containers you will need up front. docker pull ubuntu:bionic
docker pull node:12-stretch
docker pull node:12-alpine
docker pull nginx:1.17
docker pull mongo:3
docker pull jguyomard/hugo-builder:0.55 LicenseThe content of this workshop is licensed under CC-BY-NC-4.0. Feel free to share freely but do not resell my content. The code, including the code of the site itself and the code in the exercises, are licensed under Apache 2.0. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论