hello/deployment/start-rancher.sh

25 lines
564 B
Bash
Raw Normal View History

2024-03-19 14:12:40 +08:00
#/bin.bash
docker run \
--name rancher \
--privileged \
-d \
--restart=always \
-e SSL_CERT_DIR=/apps/ssl \
--add-host raw.githubusercontent.com:185.199.109.133 \
2024-03-19 15:39:06 +08:00
. -p 443:443 \
-p 80:80 \
2024-03-19 14:12:40 +08:00
rancher/rancher
# -v $(pwd)/ca.crt:/apps/ssl/nf_ca.crt \
# --add-host repository.umisen.com:10.220.10.17 \
2024-03-19 15:39:06 +08:00
# --network=host \
# -p 443:443 \
# -p 80:80 \
# -p 30443:30443 \
# -p 30080:30080 \
2024-03-19 14:12:40 +08:00
# zypper addrepo https://download.opensuse.org/repositories/network:utilities/SLE_15_SP5/network:utilities.repo
# zypper refresh
2024-03-19 15:39:06 +08:00
# zypper install net-tools-deprecated