hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
291 stars 24 forks source link

Raspberry Pi: docker images #184

Open hhstore opened 4 years ago

hhstore commented 4 years ago

related:

165

hhstore commented 4 years ago

docker:

image

镜像列表:

mysql:

docker pull tobi312/rpi-mariadb

redis:

docker pull arm32v7/redis

memcached:

rust:

golang:

nats:

rabbitmq:

kafka:

etcd:

caddy:

nginx:

influxdb:

hhstore commented 4 years ago

1

hhstore commented 4 years ago

树莓派信息查询:

$ cat /etc/rpi-issue
Raspberry Pi reference 2019-09-26
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 80d486687ea77d31fc3fc13cf3a2f8b464e129be, stage5

#  系统 OS 位数: 
# pi @ raspberrypi in ~ [20:51:03]
$ getconf LONG_BIT
32

###################

getconf LONG_BIT        # 查看系统位数
uname -a            # kernel 版本
/opt/vc/bin/vcgencmd  version   # firmware版本
strings /boot/start.elf  |  grep VC_BUILD_ID    # firmware版本
cat /proc/version       # kernel
cat /etc/os-release     # OS版本资讯
cat /etc/issue          # Linux distro 版本
cat /etc/debian_version     # Debian版本编号

$ lscpu
Architecture:        armv7l
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per socket:  4
Socket(s):           1
Vendor ID:           ARM
Model:               3
Model name:          Cortex-A72
Stepping:            r0p3
CPU max MHz:         1500.0000
CPU min MHz:         600.0000
BogoMIPS:            108.00
Flags:               half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
hhstore commented 4 years ago

3

hhstore commented 4 years ago

4