Skip to content

Instantly share code, notes, and snippets.

View gurezo's full-sized avatar
🎯
Focusing

Akihiko.KIgure gurezo

🎯
Focusing
View GitHub Profile

my favarite music

  • AA=
  • AJICO
  • ALI
  • asmi
  • BAND-MAID
  • bohemianvoodoo
  • Boom Boom Satellites
  • BREMEN
  • Bud Powell

docker イメージ全削除 shell

#!/bin/bash

docker compose stop
docker compose rm -f
docker volume rm $(docker volume ls  | grep イメージ名 | awk '{print $2}')
sudo rm -rf .data
docker rmi $(docker images -aq) -f

Rapsberry Pi 環境整備

Raspberry Pi OS 2020.12.02 relase for 32bit イメージ

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.4.83-v7+ #1379 SMP Mon Dec 14 13:08:57 GMT 2020 armv7l GNU/Linux
pi@raspberrypi:~ $ 

# update
sudo apt-get -y update

PR コメントプリフィックス

[MUST]: 絶対直してほしいなというときに付けます。強い指摘になるので、言葉遣いには少し気をつけます
[MUST] 通信エラーのハンドリングが不足しているので処理の追加をお願いします!
[MUST] 不要な変更がコミットされているので取り消してほしいです!
[IMO]: 自分ならこうするかな〜、自分はこう思うのだけどどうだろう?というときに