<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>docker &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/docker/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Thu, 13 Jan 2022 06:13:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>docker &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>PgAdmin And PostgreSQL With docker-compose.yml</title>
		<link>https://selmantunc.com.tr/database/pgadmin-and-postgresql-with-docker-composeyml/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 13 Jan 2022 06:13:39 +0000</pubDate>
				<category><![CDATA[database]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[pqadmin]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2022/01/13/pgadmin-and-postgresql-with-docker-composeyml/</guid>

					<description><![CDATA[https://turreta.com/2020/07/31/docker-compose-yml-for-pgadmin-and-postgresql/ services: demo-container-db: image: postgres:12 mem_limit: 1536MB mem_reservation: 1G environment: POSTGRES_USER: turreta POSTGRES_PASSWORD: a1128f69-e6f7-4e93-a2df-3d4db6030abc ports: - &#34;5442:5432&#34; networks: - turreta_network volumes: - db-data:/var/lib/postgresql/data demo-pgadmin4: image: dpage/pgadmin4 environment: PGADMIN_DEFAULT_EMAIL: karl.sangabriel@gmail.com PGADMIN_DEFAULT_PASSWORD:&#8230;]]></description>
										<content:encoded><![CDATA[<p><a href="https://turreta.com/2020/07/31/docker-compose-yml-for-pgadmin-and-postgresql/">https://turreta.com/2020/07/31/docker-compose-yml-for-pgadmin-and-postgresql/</a></p>
<p><iframe width="356" height="200" src="https://www.youtube.com/embed/XeLg525z-eE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen title="PgAdmin And PostgreSQL With docker-compose.yml | TURRETA | Tech Vlog"></iframe></p>
<pre><code>
services:
  demo-container-db:
    image: postgres:12
    mem_limit: 1536MB
    mem_reservation: 1G
    environment:
      POSTGRES_USER: turreta
      POSTGRES_PASSWORD: a1128f69-e6f7-4e93-a2df-3d4db6030abc
    ports:
    - &quot;5442:5432&quot;
    networks:
    - turreta_network
    volumes:
    - db-data:/var/lib/postgresql/data
  demo-pgadmin4:
    image: dpage/pgadmin4
    environment:
      PGADMIN_DEFAULT_EMAIL: karl.sangabriel@gmail.com
      PGADMIN_DEFAULT_PASSWORD: a1128f69-e6f7-4e93-a2df-3d4db6030abc
    ports:
    - &quot;8889:80&quot;
    networks:
    - turreta_network
networks:
  turreta_network:
    driver: bridge

volumes:
  db-data:
</code></pre>
<p>

docker container run –interactive –tty postgres:latest bash</p>
<p> https://support.plesk.com/hc/en-us/articles/115003321434-How-to-enable-remote-access-to-PostgreSQL-server-on-a-Plesk-server-

</p>
<p><a href="https://stackoverflow.com/questions/27273412/cannot-install-packages-inside-docker-ubuntu-image">https://stackoverflow.com/questions/27273412/cannot-install-packages-inside-docker-ubuntu-image</a>
<br></p>
<p><br></p>
<p><a href="https://stackoverflow.com/questions/37694987/connecting-to-postgresql-in-a-docker-container-from-outside">https://stackoverflow.com/questions/37694987/connecting-to-postgresql-in-a-docker-container-from-outside</a>
<br></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Okunacak Seri: Docker</title>
		<link>https://selmantunc.com.tr/article/docker/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 03 Jul 2020 06:44:35 +0000</pubDate>
				<category><![CDATA[article]]></category>
		<category><![CDATA[It info]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[container]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[kubernetes]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2020/07/03/docker/</guid>

					<description><![CDATA[https://www.linkedin.com/pulse/docker-asiye-yigit/?originalSubdomain=tr https://www.linkedin.com/pulse/docker-b%C3%B6l%C3%BCm-7-asiye-yigit/ https://www.linkedin.com/pulse/elasticsearch-asiye-yigit/ https://www.linkedin.com/pulse/elasticsearch-b%C3%B6l%C3%BCm-2-asiye-yigit/ https://www.linkedin.com/pulse/manageiq-asiye-yigit/ https://www.linkedin.com/pulse/devops-asiye-yigit/ https://www.linkedin.com/pulse/kafka-cluster-asiye-yigit/ https://www.linkedin.com/pulse/openshift-b%C3%B6l%C3%BCm-2-asiye-yigit/ https://www.linkedin.com/pulse/docker-b%C3%B6l%C3%BCm-7-asiye-yigit/]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.linkedin.com/pulse/docker-asiye-yigit/?originalSubdomain=tr">https://www.linkedin.com/pulse/docker-asiye-yigit/?originalSubdomain=tr</a>
<br></p>
<p><a href="https://www.linkedin.com/pulse/docker-b%C3%B6l%C3%BCm-7-asiye-yigit/">https://www.linkedin.com/pulse/docker-b%C3%B6l%C3%BCm-7-asiye-yigit/</a>
<br></p>
<p><a href="https://www.linkedin.com/pulse/elasticsearch-asiye-yigit/">https://www.linkedin.com/pulse/elasticsearch-asiye-yigit/</a>
<br></p>
<p><a href="https://www.linkedin.com/pulse/elasticsearch-b%C3%B6l%C3%BCm-2-asiye-yigit/">https://www.linkedin.com/pulse/elasticsearch-b%C3%B6l%C3%BCm-2-asiye-yigit/</a>
<br></p>
<p><br></p>
<p><a href="https://www.linkedin.com/pulse/manageiq-asiye-yigit/">https://www.linkedin.com/pulse/manageiq-asiye-yigit/</a>
<br></p>
<p><a href="https://www.linkedin.com/pulse/devops-asiye-yigit/">https://www.linkedin.com/pulse/devops-asiye-yigit/</a>
<br></p>
<p><a href="https://www.linkedin.com/pulse/kafka-cluster-asiye-yigit/">https://www.linkedin.com/pulse/kafka-cluster-asiye-yigit/</a>
<br></p>
<p><a href="https://www.linkedin.com/pulse/openshift-b%C3%B6l%C3%BCm-2-asiye-yigit/">https://www.linkedin.com/pulse/openshift-b%C3%B6l%C3%BCm-2-asiye-yigit/</a>
<br></p>
<p><br></p>
<p><a href="https://www.linkedin.com/pulse/docker-b%C3%B6l%C3%BCm-7-asiye-yigit/">https://www.linkedin.com/pulse/docker-b%C3%B6l%C3%BCm-7-asiye-yigit/</a>
<br></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Genel Docker Hataları</title>
		<link>https://selmantunc.com.tr/uncategorized/genel-docker-hatalari/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 06 Jun 2018 20:25:27 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[docker machine]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2018/06/06/genel-docker-hatalari/</guid>

					<description><![CDATA[ERROR: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection bu hata firewall yada güvenlikle ilgili bişey bağlantıya izin vermiyor olduğu için olur , firewall u geçiçi süre kapatın ,&#8230;]]></description>
										<content:encoded><![CDATA[<p><b>ERROR: Get <a href="https://registry-1.docker.io/v2/:">https://registry-1.docker.io/v2/:</a> net/http: request canceled while waiting for connection</b></p>
<p>bu hata firewall yada güvenlikle ilgili bişey bağlantıya izin vermiyor olduğu için olur , firewall u geçiçi süre kapatın , sonra <b>docker-machine restart default </b>komutu ile docker ı yeniden başlatın.</p>
<p>Kaynak :<a href="https://dockr.ly/2HplgJh">https://dockr.ly/2HplgJh</a> </p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Docker Öğreniyorum</title>
		<link>https://selmantunc.com.tr/uncategorized/docker-ogreniyorum/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 12 Feb 2018 10:30:21 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[docker machine]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2018/02/12/docker-ogreniyorum/</guid>

					<description><![CDATA[Docker listemi görmek :docker ps Continer yüklemek (magento 1):  docker pull alexcheng/magento Container çalıştırmak : docker run -p 80:80 alexcheng/magento Container silmek için docker rm -f 21   açıklaması   -f (force zorla sil)&#8230;]]></description>
										<content:encoded><![CDATA[<p>Docker listemi görmek :<code>docker ps</code></p>
<p><hr /><p>Continer yüklemek (magento 1):  <code>docker pull alexcheng/magento</code></p></p>
<p><hr /><p>Container çalıştırmak : <code>docker run -p 80:80 alexcheng/magento</code></p></p>
<p><hr /><p>Container silmek için <code>docker rm -f 21</code>  </p></p>
<p>açıklaması   -f (force zorla sil) 21 ise container id nin ilk 2 karakteri </p>
<p><hr /><p>Container durdurma stop etmek : <code>docker container stop 21</code></p></p>
<p><a href="http://coderoncode.com/docker/magento/programming/devops/2015/03/05/getting-started-with-magento-and-docker.html">http://coderoncode.com/docker/magento/programming/devops/2015/03/05/getting-started-with-magento-and-docker.html</a></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
