User Tools

Site Tools


docker_containers

Differences

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

Link to this comparison view

Next revision
Previous revision
docker_containers [2015/10/05 09:38] – created 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 9: Line 9:
 e74a951620df        centos              "/bin/bash"         27 minutes ago      Up 27 minutes                           reverent_hoover      e74a951620df        centos              "/bin/bash"         27 minutes ago      Up 27 minutes                           reverent_hoover     
 c4e618ab9128        centos              "/bin/bash"         28 minutes ago      Up 28 minutes                           elated_pike          c4e618ab9128        centos              "/bin/bash"         28 minutes ago      Up 28 minutes                           elated_pike         
 +</sxh>
 +\\
 +===Searching for an OS ===
 +There are pre-configured docker containers, you are able to search for them using the search command:
 +<sxh bash>
 +docker search OS
 +</sxh>
 +Example output
 +<sxh bash>
 +[root@docker ~]# docker search centos7
 +NAME                                            DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED
 +ansible/centos7-ansible                         Ansible on Centos7                              57                   [OK]
 +milcom/centos7-systemd                                                                          5                    [OK]
 +gonzalomarcote/docker-cert-asterisk13-centos7   Docker image with Certified Asterisk 13 LT...                      [OK]
 +toprightgroup/narwhal-centos7                   Docker base image with CentOS 7                                    [OK]
 +cmer81/centos7-openstack                        Centos7 image for openstack-cloudinit                              [OK]
 +tukiyo3/centos7-ja-systemd                      from centos:centos7                                                [OK]
 +opencpu/centos7                                 Development build of OpenCPU based on Cent...                      [OK]
 +kriation/centos7                                A base CentOS v7 image derived from centos...                      [OK]
 +finalduty/centos7                                                                                                  [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 bash>
  
 </sxh> </sxh>
  
 +<sxh bash>
 +
 +</sxh>
 +\\
 <sxh bash> <sxh bash>
  
docker_containers.1444037898.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