Skip to content

Instantly share code, notes, and snippets.

View kenxx's full-sized avatar
๐Ÿฅด
No Really Busy

Kenneth kenxx

๐Ÿฅด
No Really Busy
View GitHub Profile
@kenxx
kenxx / docker-registry-mirrors.md
Created November 24, 2023 09:59 — forked from y0ngb1n/docker-registry-mirrors.md
ๅ›ฝๅ†…็š„ Docker Hub ้•œๅƒๅŠ ้€Ÿๅ™จ๏ผŒ็”ฑๅ›ฝๅ†…ๆ•™่‚ฒๆœบๆž„ไธŽๅ„ๅคงไบ‘ๆœๅŠกๅ•†ๆไพ›็š„้•œๅƒๅŠ ้€ŸๆœๅŠก | Dockerized ๅฎž่ทต https://github.com/y0ngb1n/dockerized

Docker Hub ้•œๅƒๅŠ ้€Ÿๅ™จ

ๅ›ฝๅ†…ไปŽ Docker Hub ๆ‹‰ๅ–้•œๅƒๆœ‰ๆ—ถไผš้‡ๅˆฐๅ›ฐ้šพ๏ผŒๆญคๆ—ถๅฏไปฅ้…็ฝฎ้•œๅƒๅŠ ้€Ÿๅ™จใ€‚Docker ๅฎ˜ๆ–นๅ’Œๅ›ฝๅ†…ๅพˆๅคšไบ‘ๆœๅŠกๅ•†้ƒฝๆไพ›ไบ†ๅ›ฝๅ†…ๅŠ ้€Ÿๅ™จๆœๅŠกใ€‚

Dockerized ๅฎž่ทต https://github.com/y0ngb1n/dockerized

้…็ฝฎๅŠ ้€Ÿๅœฐๅ€

Ubuntu 16.04+ใ€Debian 8+ใ€CentOS 7+

@kenxx
kenxx / Dockerfile
Last active July 31, 2022 12:40
Pocketbase Dockerfile
FROM alpine:3.16 as download
ENV POCKETBASE_VERSION=0.3.2
ENV POCKETBASE_ARCH=linux_amd64
WORKDIR /root
RUN wget -O pocketbase.zip "https://github.com/pocketbase/pocketbase/releases/download/v${POCKETBASE_VERSION}/pocketbase_${POCKETBASE_VERSION}_${POCKETBASE_ARCH}.zip"; \
unzip pocketbase.zip;
@kenxx
kenxx / luna_pinyin_simp.custom.yaml
Created January 7, 2019 07:26
my mac rime config
# kenneth.rime.custom.yaml
patch:
style/font_point: 16
style/horizontal: true
style/color_scheme: "lost_temple"
app_options/com.apple.Xcode:
ascii_mode: true
app_options/com.microsoft.VSCode:
ascii_mode: true