"Docker run"의 두 판 사이의 차이

(새 문서: ==개요== ;docker run <source lang='console'> root@default:~# docker run -i -t ubuntu:14.04 Unable to find image 'ubuntu:14.04' locally 14.04: Pulling from library/ubuntu bae3826669...)
 
13번째 줄: 13번째 줄:
Digest: sha256:f6eed4def93a3b54da920737f0abf1a8cae2e480bb368280c898265fcaf910a3
Digest: sha256:f6eed4def93a3b54da920737f0abf1a8cae2e480bb368280c898265fcaf910a3
Status: Downloaded newer image for ubuntu:14.04
Status: Downloaded newer image for ubuntu:14.04
root@0967afc19f46:/# hostname
0967afc19f46
root@0967afc19f46:/# exit
exit
root@default:~#
</source>
</source>



2017년 11월 17일 (금) 11:33 판

1 개요

docker run
root@default:~# docker run -i -t ubuntu:14.04
Unable to find image 'ubuntu:14.04' locally
14.04: Pulling from library/ubuntu
bae382666908: Pull complete 
f1ddd5e846a8: Pull complete 
90d12f864ab9: Pull complete 
a57ea72e3176: Pull complete 
783a14252520: Pull complete 
Digest: sha256:f6eed4def93a3b54da920737f0abf1a8cae2e480bb368280c898265fcaf910a3
Status: Downloaded newer image for ubuntu:14.04
root@0967afc19f46:/# hostname
0967afc19f46
root@0967afc19f46:/# exit
exit
root@default:~#

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}