Docker rename

1 개요[ | ]

docker rename
root@default:~# docker ps
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
915fc132bee4        centos:7            "/bin/bash"         2 hours ago         Up 2 seconds                            mycentos
root@default:~# docker rename mycentos yourcentos
root@default:~# docker ps
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
915fc132bee4        centos:7            "/bin/bash"         2 hours ago         Up 27 seconds                           yourcentos

2 같이 보기[ | ]

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