- Docker Quick Start Guide
- Earl Waud
- 271字
- 2021-06-10 19:07:03
Installing Docker CE by running convenience scripts
Another method of installing Docker is to use the convenience scripts provided by Docker. The scripts allow you to install either the latest edge version or the latest test version of Docker. It is not recommended that either of these is used in a production environment, however, they do serve a purpose for testing and developing the latest Docker versions. The scripts are somewhat limited in that they do not allow you to customize any options in the install. The same scripts can be used across a variety of Linux distributions as they determine the base distro you are running, and then do the install based on that determination. The process is simple. Use curl to pull down the desired script, and then use sudo to run the script. The commands to run the latest edge version are as follows.
Use the following command to install curl:
# install curl
sudo apt-get install curl
Now get the script and run the docker script to install:
# download and run the docker install script
curl -fsSL get.docker.com -o get-docker.sh
sudo sh get-docker.sh
Executing the script will result in output that looks like the following:

The docker group has been created for you by the script. The Docker service has been started, and the workstation has been configured to run Docker on boot. So, once again, you are ready to start using Docker.
We have examined the three ways to install Docker on your Ubuntu workstation, so now is a good time to discuss an additional step that is recommended for your post-installation setup.
- 計算機應(yīng)用
- 輕輕松松自動化測試
- 工業(yè)機器人產(chǎn)品應(yīng)用實戰(zhàn)
- Getting Started with Containerization
- Hands-On Data Science with SQL Server 2017
- 工業(yè)機器人入門實用教程(KUKA機器人)
- 自動化控制工程設(shè)計
- JBoss ESB Beginner’s Guide
- 機器人創(chuàng)新實訓(xùn)教程
- Red Hat Linux 9實務(wù)自學(xué)手冊
- JRuby語言實戰(zhàn)技術(shù)
- 生成對抗網(wǎng)絡(luò)項目實戰(zhàn)
- 30天學(xué)通Java Web項目案例開發(fā)
- 漢字錄入技能訓(xùn)練
- Eclipse RCP應(yīng)用系統(tǒng)開發(fā)方法與實戰(zhàn)