Skip to content

Instantly share code, notes, and snippets.

View fire9's full-sized avatar
🏠
Working from home

fire9 fire9

🏠
Working from home
View GitHub Profile
@fire9
fire9 / 搭建Docker Registry私有仓库和Web界面管理服务.md
Last active February 2, 2024 14:54
搭建Docker Registry私有仓库和Web界面管理服务

搭建Docker Registry私有仓库和Web界面管理服务

为啥要搭私有的仓库?

安全,节省带宽,速度快.

什么是Docker Registry?

Docker Registry由三个部分组成:index,registry,registry client 可以把Index认为是负责登录、负责认证、负责存储镜像信息和负责对外显示的外部实现,

@fire9
fire9 / Anaconda.sublime-settings
Last active January 17, 2020 07:19
st3settings
{
// "anaconda_linting": false,
// "pep8": false,
"auto_formatting": true,
"autoformat_ignore":
[
"E309",
"E501"
],
"pep8_ignore":
@fire9
fire9 / vimrc
Created January 31, 2020 08:54
set nocompatible
filetype off
filetype plugin indent on
set ttyfast
set laststatus=2
set encoding=utf-8
set autoread

Go编程学习

配置Golang开发环境

环境变量设置

mkdir -p ~/Go/{bin,pkg,src}
# go environment
export GOPATH=$HOME/Go
@fire9
fire9 / cloudSettings
Last active December 10, 2021 06:19
cloudSettings
{"lastUpload":"2021-12-10T06:19:42.881Z","extensionVersion":"v3.4.3"}
{"version":1,"resource":"file:///Users/hank/github/vim-config/README.md","entries":[{"id":"qVA2.md","timestamp":1649737181038},{"id":"Tbaw.md","timestamp":1649737409313}]}