MOVE TO HERE
首先确定已经安装完成 docker,如果没有安装可以使用以下脚本快速安装并配置:
| run-shell "powerline-daemon -q" | |
| source "$HOME/.local/lib/python3.8/site-packages/powerline/bindings/tmux/powerline.conf" | |
| set -g default-terminal "xterm-256color" | |
| # set-option -g default-command "/usr/local/bin/reattach-to-user-namespace -l /bin/zsh" | |
| # install reattach-to-user-namespace first | |
| # --> brew install reattach-to-user-namespace | |
| new-session |
首先确定已经安装完成 docker,如果没有安装可以使用以下脚本快速安装并配置:
Parse the kubernetes manifest in yaml or json, don't care a manifest type.
Examples:
package main
import (
"bytes"
"context"The go command line tool needs to be able to fetch dependencies from your private GitLab, but authenticaiton is required.
This assumes your private GitLab is hosted at privategitlab.company.com.
The following environment variables are recommended:
export GO111MODULE=on
export GOPRIVATE=privategitlab.company.com