<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.acim.cz/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.acim.cz/feed.php">
        <title>ACIM Personal Knowledgebase docker</title>
        <description></description>
        <link>http://wiki.acim.cz/</link>
        <image rdf:resource="http://wiki.acim.cz/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-12T04:29:57+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.acim.cz/doku.php?id=docker:build_create_run_image_phpinfo&amp;rev=1583421637&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.acim.cz/doku.php?id=docker:change_commit_image&amp;rev=1583252460&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.acim.cz/doku.php?id=docker:import_run_image&amp;rev=1583249218&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.acim.cz/doku.php?id=docker:mysql_phpmyadmin_link&amp;rev=1583930923&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.acim.cz/doku.php?id=docker:port_mapping&amp;rev=1583251682&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.acim.cz/doku.php?id=docker:remove_images_containers_volumes&amp;rev=1583241027&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.acim.cz/lib/tpl/dokuwiki/images/favicon.ico">
        <title>ACIM Personal Knowledgebase</title>
        <link>http://wiki.acim.cz/</link>
        <url>http://wiki.acim.cz/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.acim.cz/doku.php?id=docker:build_create_run_image_phpinfo&amp;rev=1583421637&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-05T16:20:37+02:00</dc:date>
        <title>Build and modify PHP-7-Apache Docker Image</title>
        <link>http://wiki.acim.cz/doku.php?id=docker:build_create_run_image_phpinfo&amp;rev=1583421637&amp;do=diff</link>
        <description>Build and modify PHP-7-Apache Docker Image

To build and modify docker image create new folder in your Linux Docker machine


[root@localhost v1]# ll /root/Docker_Php_Deploy/v1/
total 20
-rwxrwxr-x 1 root root 239 Mar  5 13:06 000-default.conf
-rwxr-xr-x 1 root root 300 Mar  5 14:24 Dockerfile
-rw-r--r-- 1 root root 432 Mar  5 11:22 howto.txt
-rwxr-xr-x 1 root root 242 Mar  5 14:23 index.php
-rwxrwxr-x 1 root root 164 Mar  5 13:36 start-apache
[root@localhost v1]#</description>
    </item>
    <item rdf:about="http://wiki.acim.cz/doku.php?id=docker:change_commit_image&amp;rev=1583252460&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-03T17:21:00+02:00</dc:date>
        <title>Docker Commit to Change Image</title>
        <link>http://wiki.acim.cz/doku.php?id=docker:change_commit_image&amp;rev=1583252460&amp;do=diff</link>
        <description>Docker Commit to Change Image

The Dockerfile is one of the key features to Docker’s success. The ability to build a new container image from a simple text file changed the technology game.

When it comes to modifying a Docker image, our first thought is modifying the underlying Dockerfile. In today’s article, I’m going to show you another way to create and change a Docker image. We will do this using the docker commit command.</description>
    </item>
    <item rdf:about="http://wiki.acim.cz/doku.php?id=docker:import_run_image&amp;rev=1583249218&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-03T16:26:58+02:00</dc:date>
        <title>Import and Run Docker image</title>
        <link>http://wiki.acim.cz/doku.php?id=docker:import_run_image&amp;rev=1583249218&amp;do=diff</link>
        <description>Import and Run Docker image

After installing docker on host run in command line search docker image:
&lt;https://hub.docker.com/&gt;

docker search httpd



[root@localhost etc]# docker search httpd
NAME                                    DESCRIPTION                                     STARS               OFFICIAL            AUTOMATED
httpd                                   The Apache HTTP Server Project                  2882                [OK]
centos/httpd-24-centos7                 Platform for ru…</description>
    </item>
    <item rdf:about="http://wiki.acim.cz/doku.php?id=docker:mysql_phpmyadmin_link&amp;rev=1583930923&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-11T13:48:43+02:00</dc:date>
        <title>Docker MySQL &amp; phpMyAdmin in 3 steps</title>
        <link>http://wiki.acim.cz/doku.php?id=docker:mysql_phpmyadmin_link&amp;rev=1583930923&amp;do=diff</link>
        <description>Docker MySQL &amp; phpMyAdmin in 3 steps

Installing a relational database with a web based management tool is a very common requirement for a wide range of software projects. Not too many years ago, developers needed to download and install these components manually into our local machines in order to be able to work. However, thanks to container based technologies like docker, we can get our environment up un running in 3 simple steps.
Environment</description>
    </item>
    <item rdf:about="http://wiki.acim.cz/doku.php?id=docker:port_mapping&amp;rev=1583251682&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-03T17:08:02+02:00</dc:date>
        <title>Docker Port Mapping</title>
        <link>http://wiki.acim.cz/doku.php?id=docker:port_mapping&amp;rev=1583251682&amp;do=diff</link>
        <description>Docker Port Mapping

To complete   

docker run -d --name httpdHostPort -p 80:80 httpd

docker run -d --name httpdHostPort -p 80 httpd</description>
    </item>
    <item rdf:about="http://wiki.acim.cz/doku.php?id=docker:remove_images_containers_volumes&amp;rev=1583241027&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-03T14:10:27+02:00</dc:date>
        <title>How To Remove Docker Images, Containers, and Volumes</title>
        <link>http://wiki.acim.cz/doku.php?id=docker:remove_images_containers_volumes&amp;rev=1583241027&amp;do=diff</link>
        <description>How To Remove Docker Images, Containers, and Volumes

A Docker Cheat Sheet

Introduction

Docker makes it easy to wrap your applications and services in containers so you can run them anywhere. As you work with Docker, however, it’s also easy to accumulate an excessive number of unused images, containers, and data volumes that clutter the output and consume disk space.</description>
    </item>
</rdf:RDF>
