Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 382 Bytes

File metadata and controls

25 lines (13 loc) · 382 Bytes

Dockerの一覧表示 docker images

Tagなどリンク作成&設定 docker tag < image-id > < repository >

Push! docker push < repository >

注意!

CRLFではなく

LFで書かないと

例:cd /home/container\r

となることがある!