'잡동사니'에 해당되는 글 13791건

  1. 2025.09.10 desserts of kharak 역시 뽀려야 제맛이지 ㅋㅋ
  2. 2025.09.09 외근
  3. 2025.09.08 dessert of kharak 진행 중!
  4. 2025.09.08 ssh -t
  5. 2025.09.08 cth-490 on ubuntu
  6. 2025.09.07 dessert of kharak 시작!
  7. 2025.09.06 LLM 시각화
  8. 2025.09.06 와콤 cth-490 지름 2
  9. 2025.09.05 모델 학습
  10. 2025.09.05 도커 용량 확인
게임/홈월드 시리즈2025. 9. 10. 00:12

 

 

해킹도 생겼는데 군침도는게 나오네 ㅋㅋㅋ

보자마자 어떻게 뽀릴까 고민중 ㅋㅋ

'게임 > 홈월드 시리즈' 카테고리의 다른 글

desserts of kharak normal 끝!  (0) 2025.09.13
desserts of kharak 진행중  (0) 2025.09.12
dessert of kharak 진행 중!  (0) 2025.09.08
dessert of kharak 시작!  (0) 2025.09.07
잘가 홈월드 리마스터  (0) 2025.08.19
Posted by 구차니

회의한다고 한 4시간 떠들었더니 진이 다 빠진다.

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

멘탈 크래시 크래시  (0) 2025.09.18
복리 / 단리  (0) 2025.09.17
압박붕대  (2) 2025.08.25
어우 피곤  (0) 2025.08.05
절래절래  (0) 2025.07.09
Posted by 구차니

우주선 발견!

크긴 더럽게 크구만

베이스러너만 해도 드럽게 큰데 그게 이렇게 작아보이다니.

 

Posted by 구차니

ssh를 통해 iperf3 -s 옵션으로 실행 했는데

결과 내용이 ssh 터미널을 통해 나오지 않아서 3 ai들에게 물어보니

cluade가 알려줌. 그 와중에 gemini는 도움이 안되고 chatGPT는 파일로 떨구라고 알려줌.. (야이 -_-)

 

아무튼 -t 라는 옵션을 주면 잘 나온다. 신기하네..

     -T      Disable pseudo-terminal allocation.

     -t      Force pseudo-terminal allocation.  This can be used to execute
             arbitrary screen-based programs on a remote machine, which can be
             very useful, e.g. when implementing menu services.  Multiple -t
             options force tty allocation, even if ssh has no local tty.

 

iperf3 가 취소되어 종료되고 나서 한번에 iperf3 서버쪽 결과가 나옴. 일종의 버퍼링 상태인가..

ssh localhost "iperf3 -s"  
  iperf3 -c localhost
Connecting to host localhost, port 5201
[  5] local 127.0.0.1 port 43416 connected to 127.0.0.1 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  5.94 GBytes  51.0 Gbits/sec    0   1.31 MBytes       
[  5]   1.00-2.00   sec  6.09 GBytes  52.3 Gbits/sec    0   1.31 MBytes       
[  5]   2.00-3.00   sec  5.79 GBytes  49.7 Gbits/sec    0   1.31 MBytes       
^C[  5]   3.00-3.37   sec  2.26 GBytes  51.8 Gbits/sec    0   1.31 MBytes 
iperf3: the client has terminated
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
Accepted connection from 127.0.0.1, port 43412
[  5] local 127.0.0.1 port 5201 connected to 127.0.0.1 port 43416
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  5.72 GBytes  49.1 Gbits/sec                  
[  5]   1.00-2.00   sec  6.09 GBytes  52.3 Gbits/sec                  
[  5]   2.00-3.00   sec  5.81 GBytes  49.9 Gbits/sec                  
[  5]   2.00-3.00   sec  5.81 GBytes  49.9 Gbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-3.00   sec  20.1 GBytes  57.5 Gbits/sec                  receiver
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-3.37   sec  20.1 GBytes  51.1 Gbits/sec    0             sender
[  5]   0.00-3.37   sec  0.00 Bytes  0.00 bits/sec                  receiver
iperf3: interrupt - the client has terminated

 

그 와중에 iperf3 -s 를 실행한 ssh를 종료하면 PPID 1번으로 붙어 버린다. 야이 -_-

마치 -D / --daemon 옵션을 주고 한 것 같아지냐

$ ps -ef | grep iperf3
falinux   811482       1  2 12:12 ?        00:00:02 iperf3 -s

 

딱이네.. 머지? 터미널이 없으면 자동으로 daemon 모드로 작동하나?

$ iperf3 -D -s
$ ps -ef | grep iperf3
user   811482       1  1 12:12 ?        00:00:02 iperf3 -s

 

아무튼 대망의(?) -t 옵션. 잘 된다.

ssh -t localhost "iperf3 -s"
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
 
Accepted connection from 127.0.0.1, port 60822
[  5] local 127.0.0.1 port 5201 connected to 127.0.0.1 port 60830
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  5.48 GBytes  47.0 Gbits/sec                  
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  5.48 GBytes  47.0 Gbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  7.60 GBytes  65.3 Gbits/sec                  receiver
iperf3: the client has terminated
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
iperf3 -c localhost
Connecting to host localhost, port 5201
[  5] local 127.0.0.1 port 60830 connected to 127.0.0.1 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  5.70 GBytes  49.0 Gbits/sec    0   1.25 MBytes       
^C[  5]   1.00-1.32   sec  1.90 GBytes  50.5 Gbits/sec    0   1.25 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-1.32   sec  7.60 GBytes  49.4 Gbits/sec    0             sender
[  5]   0.00-1.32   sec  0.00 Bytes  0.00 bits/sec                  receiver
iperf3: interrupt - the client has terminated

[링크 : https://stackoverflow.com/questions/42505339/why-use-t-with-ssh]

'프로그램 사용 > ssh scp sftp' 카테고리의 다른 글

ssh-copy-id  (0) 2025.04.18
ssh socks proxy  (0) 2024.07.22
ssh ecdsa 미지원(ubuntu 22.04)  (0) 2023.05.30
ubuntu ssh x11 forwarding시 gnome 화면 끌어오기  (0) 2022.07.11
ssh 슈도 터미널 실행  (0) 2022.04.25
Posted by 구차니
하드웨어/pen tablet2025. 9. 8. 10:05

펜은 두개의 버튼이 잘 인식되고 intuos pen으로 나온다.


intuos pen & touch small 로 정상(?) 인식

 

그런데 버튼 이미지 까진 잘 나오는데

버튼 위치별로 눌러보면 영 엉뚱한 위치가 눌리고 그 와중에 하나는 인식도 하지 못한다.

그리고 윈도우 키는 입력못하는 문제가 있어서 윈도우 때 처럼 키 할당할 수도 없다. xsetwacom 으로 강제 지정해주어야 할 듯. 

반응없음

 

+

터치패드로 자동시키면 1픽셀씩 이동하는게 아니라, 한 5픽셀? 뚝뚝 끊어지면서 이동한다.

pth-651에서는 그렇지 않았던 것 같은데.. 머지?

Posted by 구차니

시작!

그나저나 최적화가 잘되었다고 해야 하나 안되었다고 해야하나

전반적으로 부드러운데 가끔 버벅대고

FHD로 하니 글씨가 너무 작아 보여서 조금 힘들다.

그렇다고 해상도 낮춘다고 글씨가 커지는 것도 아니고 -_-

 

먼가 묘~하게 한국 근처 지도 같은 느낌. 동남아시아...?

 

문득 영화 2012 생각나는 모함 후방 데크

 

아니.. 이렇게 큰걸 날릴 기술이 있는데 왜 도대체~?!!?

Posted by 구차니

보기에는 멋진데.. 이걸 어떻게 해야해야 하냐 -_ㅠ

netron 에서 보이는 신경망 하나하가 오른쪽에 보이는 그것 같은데

곱해지면서 어떻게 결과가 나오는지 이해는 여전히 안간다..(!)

 

[링크 : https://bbycroft.net/llm]

   [링크 : https://news.hada.io/topic?id=22925]

'프로그램 사용 > yolo_tensorflow' 카테고리의 다른 글

mobilenet 학습시키기 with keras, tensorflow  (0) 2025.09.15
ssd mobilenet  (0) 2025.09.11
모델 학습  (0) 2025.09.05
mean Average Precision(mAP)  (0) 2025.09.05
내장 그래픽으로 ROCm?  (0) 2025.09.05
Posted by 구차니
하드웨어/pen tablet2025. 9. 6. 21:36

중고장터에 판매자가 있어서 모델을 물어보니

ctl-490 이라길래 검색해보니 터치가 안되는 모델이라고 해서

그래도 되는거랑 안되는건 차이가 크니 끌수있는 cth-490 으로 더 싸게 구매함

 

디자인도 간소화되고 mini usb 에서 micro usb로 바뀌고

intuos 시리즈라 뱀부랑은 펜이 호환되는데

intuos pro 시리즈와는 또 펜이 호환이 안되니 먼가 계륵이라고 해야하나?

 

그 와중에 갤럭시 노트9의 S펜도 인식을 안한다.

 

아무튼 등록정보는 아래처럼 4개인데 특이하게 윈도우 키가 기본으로 설정된다.

 

모델명은 CTH-490

디바이스 명칭은 intuos PT S?

intuos pen & touch small의 약자인가?

틸트 없고 기본펜에 지우개가 없다. 2개 버튼이 있으니 적당히 할당해야 할 듯.

그 와중에 윈도우 11에서 탐색기가 안 옮겨져서 이걸 어떻해야 하나 고민

드래그 설정이 문제인가?

 

의외로 크기 차이가 어마어마 하다.

 

 

+

2025.09.08

윈도우에서 보니 정밀모드가 안보인다?

'하드웨어 > pen tablet' 카테고리의 다른 글

xsetwacom with intuos pen & touch tablet  (0) 2025.09.10
cth-490 on ubuntu  (0) 2025.09.08
ubuntu wacom express key 에 esc 등록하기  (0) 2025.08.29
ubuntu에서 wacom 활성영역 설정하기  (0) 2025.08.28
open tablet driver  (0) 2025.08.21
Posted by 구차니

파이썬으로 학습을 하던 멀 하던.. 방법을 일단 근래걸로 찾아봐야겠다

 

[링크 : https://insight8094.tistory.com/entry/파이썬-딥러닝-모델-구축하는-방법-TensorFlowPyTorch]

 

생(?)으로 keras 부터 올려야 하나..

[링크 : https://kau-deeperent.tistory.com/59]

[링크 : https://keras.io/api/applications/mobilenet/]

'프로그램 사용 > yolo_tensorflow' 카테고리의 다른 글

ssd mobilenet  (0) 2025.09.11
LLM 시각화  (0) 2025.09.06
mean Average Precision(mAP)  (0) 2025.09.05
내장 그래픽으로 ROCm?  (0) 2025.09.05
ai 모델들 조사  (0) 2025.09.04
Posted by 구차니

역시 리눅스에서는 df지 ㅋㅋ

docker system df
TYPE            TOTAL     ACTIVE    SIZE      RECLAIMABLE
Images          5         4         2.095GB   860MB (41%)
Containers      7         7         9.891MB   0B (0%)
Local Volumes   16        1         1.415GB   1.415GB (99%)
Build Cache     117       0         2.217GB   2.217GB

 

$ docker system df -v
Images space usage:

REPOSITORY          TAG          IMAGE ID       CREATED        SIZE      SHARED SIZE   UNIQUE SIZE   CONTAINERS
redis               7.2-alpine   30db5eb24b65   2 months ago   40.9MB    0B            40.89MB       1
crazymax/msmtpd     latest       a02e73dfcce9   2 months ago   45.3MB    0B            45.3MB        1
librenms/librenms   latest       5c9c20133e5a   2 months ago   823MB     0B            822.5MB       4
mariadb             10           45e2873aa6dc   3 months ago   326MB     0B            326.3MB       1
ubuntu-yocto        18.04        256798aed3a3   2 years ago    860MB     0B            860MB         0

Containers space usage:

CONTAINER ID   IMAGE                      COMMAND                   LOCAL VOLUMES   SIZE      CREATED       STATUS                 NAMES
d8e0e2ea425e   librenms/librenms:latest   "/init"                   0               1.89MB    6 weeks ago   Up 11 days             librenms_snmptrapd
7ef7e23006e5   librenms/librenms:latest   "/init"                   0               2.23MB    6 weeks ago   Up 11 days             librenms_dispatcher
d1072f8b96a0   librenms/librenms:latest   "/init"                   0               2.24MB    6 weeks ago   Up 11 days             librenms_syslogng
9d09733363b0   librenms/librenms:latest   "/init"                   0               3.52MB    6 weeks ago   Up 11 days             librenms
42aa9fd1b7ad   redis:7.2-alpine           "docker-entrypoint.s…"   1               0B        6 weeks ago   Up 11 days             librenms_redis
2bcbceed24e6   mariadb:10                 "docker-entrypoint.s…"   0               2B        6 weeks ago   Up 11 days             librenms_db
adfbf2868639   crazymax/msmtpd:latest     "/init"                   0               8.88kB    6 weeks ago   Up 11 days (healthy)   librenms_msmtpd

Local Volumes space usage:

VOLUME NAME                                                        LINKS     SIZE
cc8bbc92d957d3d57f944b8c9335ceae66274d47443bc3def95cbe4d2fa71eaa   0         28.49kB
fdb3c503b6ba2bcc43c669a05c62757ab2a05f21e8d82b949bf373a485cc26ec   0         634B
10330233a0ffa524dbb796f38fa425babee4da68d7956823755d866e7862689e   0         0B
5f53756da7a5f74159085cce8c2064c4a580430e7d5f1d0ad0c984bc833b3fd0   0         0B
63907623d8e974a080c51368a0a69849c0ef12e3debd675aa26b9ec336ce8db8   0         0B
8596273ad27681d4bd30b99d501f826eced33214bf750acbe41c290c523d3679   0         185MB
a9a08abd2151855e4b9a2c2cbe8f602155f7a77c5abbd2a8fb9f28c4dc733d5b   0         0B
587ad9a2fd73efbca8acc0b6ea95c27a912681a38ae064292313175717707092   0         473.8MB
6ac6d59558c6f8cdfa522cc17a71a2c78cf8796e54159770de3ff5639df3f047   0         0B
cef5678a19a7689e437dad39dc380a2d7f043489bff237e53bf45d2725ccd82f   0         31.81kB
d00f70b5c8f2b478aaa5bed411fc09870e898930ea0f8714f1b59a9dd9548641   0         0B
d159dfbdf8c0be5e63e758f2ee768fe6f7326e8189c855d2391b233c1cd4eae2   1         1.339kB
d95262eaaa7c0619409e4463e8eec80d3742c354c6c6420a22db3bb3b0e29a71   0         0B
5808043847b5d2e22e62b237871066bd00576961f97606ae431c8a7c7d41efd7   0         185MB
95ee82cb19c4a8f7f025adc21732040d5063c478c066e867514bcd020e7a9e1b   0         571MB
e6469f9cf8dfa865cfe501506f53afc9aba496f642cec6ce0fbc46b463446914   0         100.7kB

Build cache usage: 2.217GB

CACHE ID       CACHE TYPE     SIZE      CREATED         LAST USED       USAGE     SHARED
jny7mzu6qu0m   source.local   697B      2 years ago     2 years ago     1         false
x5k09vfgk7ju   regular        61.6MB    2 years ago     2 years ago     1         true
ibs6zjbxc3q0   regular        643MB     2 years ago     2 years ago     1         true
iicxqh6xb5sy   regular        86.8MB    2 years ago     2 years ago     1         true
kjoktyd393ii   regular        2.59MB    2 years ago     2 years ago     1         true
wqdj0n5mv0fk   regular        0B        2 years ago     2 years ago     1         true
makdxsbr6t6r   regular        0B        2 years ago     2 years ago     1         true
3zyn0d7tc8bo   regular        0B        2 years ago     2 years ago     1         true
krrflnbuj7bx   regular        2.7MB     2 years ago     2 years ago     1         true
rprvxuuqj4x5   source.local   0B        2 years ago     2 years ago     1         false
q3mtqpya9puq   regular        0B        17 months ago   17 months ago   1         false
ieb4ii6qj56d   regular        0B        17 months ago   17 months ago   1         false
n1nv2hgg3qn2   regular        0B        17 months ago   17 months ago   1         false
po4fdhoyrma4   regular        0B        17 months ago   17 months ago   1         false
qsodhpl078hi   regular        0B        17 months ago   17 months ago   1         false
yddu59p2060k   regular        0B        17 months ago   17 months ago   1         false
xfmue99apnb0   regular        0B        17 months ago   17 months ago   1         false
98w3frto5lj3   regular        0B        17 months ago   17 months ago   1         false
4cgtbq9ktkn5   regular        1.85kB    17 months ago   17 months ago   1         false
uf3bqw7uzcu3   regular        0B        17 months ago   17 months ago   1         false
es7oarnujshb   regular        2.22MB    17 months ago   17 months ago   1         false
o78iq4f0x8b3   regular        270MB     17 months ago   17 months ago   1         false
4ureau1w4q3i   regular        0B        17 months ago   17 months ago   1         false
sm8rm03q2wd4   regular        18.1MB    17 months ago   17 months ago   1         false
po6wdjsp4rk5   regular        16.6MB    17 months ago   17 months ago   1         false
e8902t2k3dpp   regular        0B        16 months ago   16 months ago   1         false
r0afbomy12b0   regular        0B        16 months ago   16 months ago   1         false
2ghi4w004axo   regular        0B        16 months ago   16 months ago   1         false
s95ux9z8qo5m   regular        0B        16 months ago   16 months ago   1         false
nge3xuf6jxgs   regular        0B        16 months ago   16 months ago   1         false
nmykxrk9bcis   regular        0B        16 months ago   16 months ago   1         false
s0u8vs2czcbf   regular        0B        16 months ago   16 months ago   1         false
9pmgbk164n85   regular        0B        16 months ago   16 months ago   1         false
inyi8ai3ds3e   regular        21.8kB    16 months ago   16 months ago   1         false
lrpj2oyjleh2   regular        19.4MB    16 months ago   16 months ago   1         false
nikdc12sinaa   regular        1.78kB    16 months ago   16 months ago   1         false
obls139l3vh6   regular        7.5kB     16 months ago   16 months ago   1         false
qj1c24zyrvob   regular        345MB     16 months ago   16 months ago   1         false
m7nxc34d51bd   source.local   359B      17 months ago   16 months ago   4         false
85a8xi7hujns   source.local   0B        17 months ago   16 months ago   3         false
2xjxqusnw20l   regular        19.4MB    16 months ago   16 months ago   1         false
qqqubndviq52   regular        345MB     16 months ago   16 months ago   1         false
5ovtdes06k03   regular        0B        16 months ago   16 months ago   2         false
cn3apkzlpcrz   regular        21.8kB    16 months ago   16 months ago   1         false
vug5rdehq38c   regular        7.24kB    16 months ago   16 months ago   1         false
sxs01eodwzbe   regular        1.78kB    16 months ago   16 months ago   1         false
5uf16uaftq1x   regular        0B        14 months ago   14 months ago   1         false
kspm11lx2pyi   regular        0B        14 months ago   14 months ago   1         false
n97lcjctcxzy   regular        0B        14 months ago   14 months ago   1         false
mdsw3ondqhvr   regular        1.78kB    14 months ago   14 months ago   1         false
xqbkqhn1y9yn   regular        0B        14 months ago   14 months ago   1         false
rr0mzscsatuu   regular        19.4MB    14 months ago   14 months ago   1         false
hcvlg12hogvo   regular        21.8kB    14 months ago   14 months ago   1         false
93tuatu25yvf   regular        7.5kB     14 months ago   14 months ago   1         false
8o9nn8r2eaho   regular        355MB     14 months ago   14 months ago   1         false
hb9k9w985nd4   regular        0B        14 months ago   14 months ago   2         false
q8a6ocz84nbl   regular        0B        14 months ago   14 months ago   2         false
z775g7uinj64   regular        0B        14 months ago   14 months ago   2         false
i991l08j0mh5   regular        0B        14 months ago   14 months ago   2         false
yt6in5ok59cn   regular        0B        14 months ago   14 months ago   2         false
2vuzz6rrs9xw   regular        0B        14 months ago   14 months ago   1         false
kat7vis3d527   regular        0B        14 months ago   14 months ago   1         false
2k3hjerabalv   regular        51MB      14 months ago   14 months ago   1         false
idwhasw5mvfx   regular        1.78kB    14 months ago   14 months ago   1         false
z6mhyvgrls89   regular        0B        14 months ago   14 months ago   1         false
i7tlj9v0yzzq   regular        1.68kB    14 months ago   14 months ago   1         false
innbsda6beuh   regular        0B        14 months ago   14 months ago   1         false
dhu79uiha3qo   regular        19.4MB    14 months ago   14 months ago   1         false
hx86hi4cpn8o   regular        19.4MB    14 months ago   14 months ago   1         false
8wv281gr7fcx   regular        7.5kB     14 months ago   14 months ago   1         false
mfuu9l6ej47f   regular        22.8MB    14 months ago   14 months ago   1         false
ampzlwjgnqn9   regular        355MB     14 months ago   14 months ago   1         false
r5p548010wuc   regular        1.78kB    14 months ago   14 months ago   1         false
v44xkgdt0c8n   regular        0B        13 months ago   13 months ago   1         false
wnokhonmjhlp   regular        0B        13 months ago   13 months ago   1         false
a5yx08sc0ygx   regular        0B        13 months ago   13 months ago   1         false
n7agl1kq5ifh   regular        0B        13 months ago   13 months ago   1         false
35uebbj81utp   regular        0B        13 months ago   13 months ago   1         false
ja7jc9hqs38h   regular        0B        13 months ago   13 months ago   1         false
juwn10f1dml5   regular        0B        13 months ago   13 months ago   1         false
uomlhn7s2fpb   regular        841B      13 months ago   13 months ago   1         false
d7blluzmoips   regular        58.6MB    13 months ago   13 months ago   1         false
1f6jecen58es   regular        991B      13 months ago   13 months ago   1         false
p4ryxiank4oq   source.local   150B      14 months ago   13 months ago   4         false
yylffm7wgiw1   source.local   0B        14 months ago   13 months ago   4         false
vbgcm1qoqhqu   regular        0B        13 months ago   13 months ago   1         false
qwhulnag5n17   source.local   991B      13 months ago   13 months ago   1         false
i1ho0tutoew0   regular        0B        13 months ago   13 months ago   1         false
wasw558snz2e   regular        0B        13 months ago   13 months ago   1         false
jziyntdfnctj   regular        0B        13 months ago   13 months ago   1         false
cmq0y59w1hi0   regular        0B        13 months ago   13 months ago   1         false
yi9solt1yii8   regular        0B        13 months ago   13 months ago   1         false
9j68dcxsbzl7   regular        0B        13 months ago   13 months ago   1         false
um79teqphg8w   regular        0B        13 months ago   13 months ago   1         false
prej9z8swg44   regular        0B        13 months ago   13 months ago   1         false
l0fxuiq5mz5x   source.local   991B      13 months ago   13 months ago   1         false
p457ilq4onkn   regular        0B        13 months ago   13 months ago   1         false
mfuuhrl4h923   regular        841B      13 months ago   13 months ago   1         false
uoe0j62w2e6l   regular        58.6MB    13 months ago   13 months ago   1         false
w9ocavcy7mat   regular        991B      13 months ago   13 months ago   1         false
l9ydoonukq2w   source.local   150B      13 months ago   13 months ago   1         false
5glaf3v5jjsg   source.local   0B        13 months ago   13 months ago   1         false
z0ohilrpap0t   regular        0B        13 months ago   13 months ago   1         false
mnz8rux9enp6   regular        19.6MB    8 months ago    8 months ago    1         false
l979qjvevzm6   regular        1.78kB    8 months ago    8 months ago    1         false
yp0tp9w44nkp   regular        54.1MB    8 months ago    8 months ago    1         false
ftekjaxr68b8   regular        1.68kB    8 months ago    8 months ago    1         false
z1z2w8klcpdd   regular        19.6MB    8 months ago    8 months ago    1         false
kfivdpi3xu5e   regular        54.7MB    8 months ago    8 months ago    1         false
glbj6vgbg39h   regular        1.68kB    8 months ago    8 months ago    1         false
1iaxxn9hcgla   regular        1.78kB    8 months ago    8 months ago    1         false
sqilqm25co97   regular        19.6MB    8 months ago    8 months ago    1         false
zihwyokyw2tr   regular        1.68kB    8 months ago    8 months ago    1         false
ujhmzsqumctg   regular        1.78kB    8 months ago    8 months ago    1         false
ffax67h6qbj3   source.local   195B      8 months ago    8 months ago    3         false
d811115ierno   source.local   0B        8 months ago    8 months ago    3         false
xbgo8pyop085   regular        54.7MB    8 months ago    8 months ago    1         false

 

$ docker help system df
Usage:  docker system df [OPTIONS]

Show docker disk usage

Options:
      --format string   Format output using a custom template:
                        'table':            Print output in table format with column headers (default)
                        'table TEMPLATE':   Print output in table format using the given Go template
                        'json':             Print in JSON format
                        'TEMPLATE':         Print output using the given Go template.
                        Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates
  -v, --verbose         Show detailed information on space usage

 

$ docker help system
Usage:  docker system COMMAND

Manage Docker

Commands:
  df          Show docker disk usage
  events      Get real time events from the server
  info        Display system-wide information
  prune       Remove unused data

Run 'docker system COMMAND --help' for more information on a command.

 

[링크 : https://soundprovider.tistory.com/entry/Docker-Docker-용량-정리]

'프로그램 사용 > docker' 카테고리의 다른 글

docker python cv2.imshow xcb  (0) 2024.05.09
docker permission denied  (0) 2024.05.08
docker start / stop  (0) 2024.05.08
docker attach / detach  (0) 2024.05.08
docker 이미지 이름 주기  (0) 2024.05.08
Posted by 구차니