Ubuntu1804的一键安装 harbor 脚本
程序员文章站
2022-06-06 14:09:37
...
#!/bin/bash
#
#********************************************************************
#Author:
#QQ:
#Date:
#FileName: install_harbor.sh
#URL:
#Description:
#Copyright (C):
#********************************************************************
COLOR="echo -e \\033[1;31m"
END="\033[m"
DOCKER_VERSION="5:19.03.5~3-0~ubuntu-bionic"
COMPOSE_VERSION=1.25.5
COMPOSE_FILE=docker-compose-Linux-x86_64
HARBOR_VERSION=1.7.6
HARBOR_FILE=harbor-offline-installer-v1.7.6.tgz
IPADDR=hostname -I|awk '{print $1}'
HARBOR_ADMIN_PASSWORD=123456
install_docker(){
${COLOR}"开始安装 Docker....."${END}
sleep 1
apt update
apt -y install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository "deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
apt update
${COLOR}"Do
推荐阅读
-
VPS 服务器时间不准确造成的lnmp一键安装包安装失败问题
-
详解在linxu下Svn一键安装shell脚本
-
Ubuntu、Linux Mint一键安装Chrome浏览器的Shell脚本分享
-
如何配置Kickstart脚本以便更好的安装系统
-
OneinStack一键安装PHP/JAVA/HHVM和超详细的VPS手动安装LNMP的方法
-
python3和pip3、pip脚本一键安装教程
-
python3和pip3、pip脚本一键安装教程
-
使用python编写批量卸载手机中安装的android应用脚本
-
script_tool_for_linux.bash: Linux 环境下的 hosts 一键部署脚本
-
Linux:源代码安装及脚本安装的使用