User Tools

Site Tools


docker_containers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_containers [2015/10/05 10:00] luke7858docker_containers [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Showing containers:+===Showing containers:===
 <sxh bash> <sxh bash>
 docker ps docker ps
Line 11: Line 11:
 </sxh> </sxh>
 \\ \\
-Searching for an OS - there are pre-configured docker containers, you are able to search for them using the search command:+===Searching for an OS === 
 +There are pre-configured docker containers, you are able to search for them using the search command:
 <sxh bash> <sxh bash>
 docker search OS docker search OS
Line 29: Line 30:
 finalduty/centos7                                                                                                  [OK] finalduty/centos7                                                                                                  [OK]
 appelgriebsch/centos7                           CentOS 7 with EPEL repo and latest securit...                      [OK] appelgriebsch/centos7                           CentOS 7 with EPEL repo and latest securit...                      [OK]
 +</sxh>
 +\\
 +===Renaming a Container===
 +\\
 +docker rename --help
 +<sxh bash>
 +Usage: docker rename [OPTIONS] OLD_NAME NEW_NAME
 </sxh> </sxh>
  
 +<sxh bash>
 +docker rename CentOS6 WebApplication
 +</sxh>
 +\\
 +<sxh bash>
 +
 +</sxh>
 +
 +<sxh bash>
 +
 +</sxh>
 +\\
 <sxh bash> <sxh bash>
  
docker_containers.1444039222.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki