SlideShare a Scribd company logo
Docker + PostgreSQL 
Fernando Ike – PGDay Campinas
Docker e postgresql
● http://www.postgresql.org.br 
● http://planeta.postgresql.org.br 
● http://pgbr.postgresql.org.br
Instalação 
● Debian 
#aptitude install docker.io 
● Ubuntu 
#apt-get install docker.io
Install/Run 
● Debian 
$docker run -d -p 5432:5432 fike/debian-postgresql:9.4-ptbr 
● Ubuntu 
$docker run -d -p 5432:5432 fike/ubuntu-postgresql:9.4-ptbr1
Entrando no PostgreSQL 
$CONTAINER_PG=$(docker ps -q) 
$docker run -i -t --net="container:$CONTAINER_PG"  
fike/debian-postgresql:9.4-ptbr /bin/bash 
$psql -U postgresql -h 127.0.0.1 -W “foobar”
Logs 
$CONTAINER_PG=$(docker ps -q) 
$docker logs -f $CONTAINER_PG 
$docker run -i -t --net="container:$CONTAINER_PG"  
fike/debian-postgresql:9.4-ptbr  
tail -f /var/log/postgresql/postgresql-9.4-main.log
Links 
● https://registry.hub.docker.com/u/fike/ubuntu-postgresql/ 
● https://registry.hub.docker.com/u/fike/debian-postgresql/ 
● https://docs.docker.com/examples/postgresql_service/ 
● https://groups.google.com/forum/#!forum/docker-users-br 
● http://www.docker.io
Contato 
● Site: http://www.fernandoike.com 
● Email: fike at midstorm.org 
● Twiter: @fernandoike 
● Linkedin: https://www.linkedin.com/in/fernandoike

More Related Content

What's hot (19)

PDF
Docker 101 - from 0 to Docker in 30 minutes
Luciano Fiandesio
 
PDF
Dockerizing Symfony Applications - Symfony Live Berlin 2014
D
 
PDF
Docker perl build
Workhorse Computing
 
PDF
Meetup C++ Floripa - Conan.io
Uilian Ries
 
PPTX
Inside Sqale's Backend at Sapporo Ruby Kaigi 2012
Gosuke Miyashita
 
PDF
Docker / Ansible
Stephane Manciot
 
PPTX
Deploying Symfony2 app with Ansible
Roman Rodomansky
 
PPTX
Start tracking your ruby infrastructure
Sergiy Kukunin
 
PPTX
Gebruik dezelfde Docker container voor Java applicaties tijdens ontwikkelen e...
NLJUG
 
PDF
Openwrt startup
晓东 杜
 
PDF
When Docker ends, Chef begins ~ #idi2015 Incontro DevOps Italia
Giovanni Toraldo
 
PDF
SwiftyGPIO
CocoaHeads France
 
ZIP
Embedded Linux Odp
ghessler
 
PDF
Putting some "logic" in LVM.
Workhorse Computing
 
PDF
Conan a C/C++ Package Manager
Uilian Ries
 
PPTX
Dockerize Me: Distributed PHP applications with Symfony, Docker, Consul and A...
Alexey Petrov
 
PPTX
Docker
LearningTech
 
PDF
Containerizing Web Application with Docker
msyukor
 
PDF
Install openstack
어형 이
 
Docker 101 - from 0 to Docker in 30 minutes
Luciano Fiandesio
 
Dockerizing Symfony Applications - Symfony Live Berlin 2014
D
 
Docker perl build
Workhorse Computing
 
Meetup C++ Floripa - Conan.io
Uilian Ries
 
Inside Sqale's Backend at Sapporo Ruby Kaigi 2012
Gosuke Miyashita
 
Docker / Ansible
Stephane Manciot
 
Deploying Symfony2 app with Ansible
Roman Rodomansky
 
Start tracking your ruby infrastructure
Sergiy Kukunin
 
Gebruik dezelfde Docker container voor Java applicaties tijdens ontwikkelen e...
NLJUG
 
Openwrt startup
晓东 杜
 
When Docker ends, Chef begins ~ #idi2015 Incontro DevOps Italia
Giovanni Toraldo
 
SwiftyGPIO
CocoaHeads France
 
Embedded Linux Odp
ghessler
 
Putting some "logic" in LVM.
Workhorse Computing
 
Conan a C/C++ Package Manager
Uilian Ries
 
Dockerize Me: Distributed PHP applications with Symfony, Docker, Consul and A...
Alexey Petrov
 
Docker
LearningTech
 
Containerizing Web Application with Docker
msyukor
 
Install openstack
어형 이
 

Similar to Docker e postgresql (20)

PDF
An Introduction to Using PostgreSQL with Docker & Kubernetes
Jonathan Katz
 
PDF
Using PostgreSQL With Docker & Kubernetes - July 2018
Jonathan Katz
 
PDF
PostgreSQL Setup Using Docker
Gilt Tech Talks
 
PDF
3 Easy Steps to Install Docker PostgreSQL Environment.pdf
calfonzodaly
 
PPTX
Introduction to Docker
Kevin Littlejohn
 
PDF
Operating PostgreSQL at Scale with Kubernetes
Jonathan Katz
 
PDF
Introducing docker
Bill Wang
 
PPTX
PostgreSQL and Linux Containers
Jignesh Shah
 
PDF
Containers Roadshow: How to Develop Containers for the Enterprise
Honza Horák
 
PDF
Postgre sql linuxcontainers by Jignesh Shah
PivotalOpenSourceHub
 
PDF
AtlasCamp 2015 Docker continuous integration training
Steve Smith
 
PDF
Moving to Docker... Finally!
Squareboat
 
PDF
DevOPS training - Day 2/2
Vincent Mercier
 
PDF
Deployment of PostgreSQL inside of Kubernetes with High Availability
EDB
 
PDF
Docker: ao vivo e a cores
Pedro Arthur Duarte
 
PDF
PostgreSQL High Availability in a Containerized World
Jignesh Shah
 
PDF
Docker for developers
sparkfabrik
 
PDF
Docker for developers
DrupalDay
 
PDF
Docking postgres
rycamor
 
PDF
Introduction to Docker
Luong Vo
 
An Introduction to Using PostgreSQL with Docker & Kubernetes
Jonathan Katz
 
Using PostgreSQL With Docker & Kubernetes - July 2018
Jonathan Katz
 
PostgreSQL Setup Using Docker
Gilt Tech Talks
 
3 Easy Steps to Install Docker PostgreSQL Environment.pdf
calfonzodaly
 
Introduction to Docker
Kevin Littlejohn
 
Operating PostgreSQL at Scale with Kubernetes
Jonathan Katz
 
Introducing docker
Bill Wang
 
PostgreSQL and Linux Containers
Jignesh Shah
 
Containers Roadshow: How to Develop Containers for the Enterprise
Honza Horák
 
Postgre sql linuxcontainers by Jignesh Shah
PivotalOpenSourceHub
 
AtlasCamp 2015 Docker continuous integration training
Steve Smith
 
Moving to Docker... Finally!
Squareboat
 
DevOPS training - Day 2/2
Vincent Mercier
 
Deployment of PostgreSQL inside of Kubernetes with High Availability
EDB
 
Docker: ao vivo e a cores
Pedro Arthur Duarte
 
PostgreSQL High Availability in a Containerized World
Jignesh Shah
 
Docker for developers
sparkfabrik
 
Docker for developers
DrupalDay
 
Docking postgres
rycamor
 
Introduction to Docker
Luong Vo
 
Ad

More from Fernando Ike (20)

PDF
Arquitetura de Micro Serviços
Fernando Ike
 
PDF
(Quase) 10 anos de DevOps, e agora?
Fernando Ike
 
PDF
Containers and Databases
Fernando Ike
 
PDF
Infraestrutura Imutável - Agile Trends
Fernando Ike
 
PDF
Infraestrutura imutável - A base das aplicações na nuvem
Fernando Ike
 
PDF
DevOps Anti-Patterns - Campus Party
Fernando Ike
 
PDF
Blameless: A culpa não é sua
Fernando Ike
 
PDF
DevOps: A revolução ruidosa da TI
Fernando Ike
 
PDF
Docker Swarm Cluster
Fernando Ike
 
PDF
DevOps - Por onde começar
Fernando Ike
 
PDF
DevOps Anti-Patterns
Fernando Ike
 
PDF
A lista do PostgerSQL Brasil caiu?
Fernando Ike
 
PDF
Container revolucao
Fernando Ike
 
PDF
Akamai Cloud Security
Fernando Ike
 
PDF
Management 3.0 - a vida pós-agilidade
Fernando Ike
 
PDF
Docker na vida real
Fernando Ike
 
PDF
Devops
Fernando Ike
 
PDF
Um milhao de usuários simultâneos
Fernando Ike
 
ODP
Banco caiu! E a gora?
Fernando Ike
 
PDF
Researching postgresql
Fernando Ike
 
Arquitetura de Micro Serviços
Fernando Ike
 
(Quase) 10 anos de DevOps, e agora?
Fernando Ike
 
Containers and Databases
Fernando Ike
 
Infraestrutura Imutável - Agile Trends
Fernando Ike
 
Infraestrutura imutável - A base das aplicações na nuvem
Fernando Ike
 
DevOps Anti-Patterns - Campus Party
Fernando Ike
 
Blameless: A culpa não é sua
Fernando Ike
 
DevOps: A revolução ruidosa da TI
Fernando Ike
 
Docker Swarm Cluster
Fernando Ike
 
DevOps - Por onde começar
Fernando Ike
 
DevOps Anti-Patterns
Fernando Ike
 
A lista do PostgerSQL Brasil caiu?
Fernando Ike
 
Container revolucao
Fernando Ike
 
Akamai Cloud Security
Fernando Ike
 
Management 3.0 - a vida pós-agilidade
Fernando Ike
 
Docker na vida real
Fernando Ike
 
Devops
Fernando Ike
 
Um milhao de usuários simultâneos
Fernando Ike
 
Banco caiu! E a gora?
Fernando Ike
 
Researching postgresql
Fernando Ike
 
Ad

Recently uploaded (20)

PDF
Jodhpur The Blue City of Rajasthan .pdf
elishaamir367
 
PDF
Paris Your Way: A Complete Hop On Hop Off Paris France Experience
Hop on Hop off
 
PDF
Top Rajasthan Luxury Tour Packages – 10 Days of Royal Experiences.pdf
Rajasthan Tours India
 
PPTX
Travel Inventory Management | Hotel Inventory Management System
chethanaraj81
 
DOCX
Ghandruk: A Gem Gurung Village in Annapurna Region
Haven Holidays Pvt. Ltd.
 
PPTX
Planning an Egypt Trip in June? Weather, Events & Travel Tips You Must Know
Delphi Smith
 
PDF
Mount Kailash Mansarovar Tour -15 Days 2025_2026 (1).pdf
ghimiresansar
 
PPTX
EcoTourism_Essentials_GreenVoyager_Series.pptx
presentifyai
 
PDF
Must-Visit Places in Malaysia | Affordable Tours & Holiday Packages
Pikme - Online Travel Company
 
PDF
A Parent’s Guide to Boarding School in Delhi with Hostel Facilities.pdf
EDHIPPO ACADEMY PRIVATE LIMITED
 
DOCX
20 Chuyên đề tiếng anh ôn thi THPTQG 2020 .docx
TraMyNguyen64
 
PDF
Muhammad Sajid , Immigration services Malta Date of Issue,09 July 2025 Date o...
Rio
 
PPTX
Splash into Adventure Guided River Rafting Trips with Expert Safety
Tahoe Whitewater Tours
 
PDF
Explore India's Golden Triangle with this 7-day itinerary.
Noble House Tours
 
PDF
Black and White Modern Travel To India Presentation.pdf
SofterEdits
 
PDF
Business-Travel-Trends-to-Watch-in-2025 (1).pdf
ajitmanewgblindia
 
PPSX
Tengwang Pavilion, Nanchang, Jiangxi, CN (中國 江西南昌 滕王閣).ppsx
Chung Yen Chang
 
DOCX
What to Pack for Everest Base Camp Trek.docx
Haven Holidays Pvt. Ltd.
 
PDF
Delhi Agra Jaipur Tour Package 4 Days – A Journey Through India’s Rich Herita...
Rajasthan Tours India
 
PPTX
Explore the Soul of Johannesburg Unforgettable Soweto Tour with Atamela.pptx
Atamela Tour
 
Jodhpur The Blue City of Rajasthan .pdf
elishaamir367
 
Paris Your Way: A Complete Hop On Hop Off Paris France Experience
Hop on Hop off
 
Top Rajasthan Luxury Tour Packages – 10 Days of Royal Experiences.pdf
Rajasthan Tours India
 
Travel Inventory Management | Hotel Inventory Management System
chethanaraj81
 
Ghandruk: A Gem Gurung Village in Annapurna Region
Haven Holidays Pvt. Ltd.
 
Planning an Egypt Trip in June? Weather, Events & Travel Tips You Must Know
Delphi Smith
 
Mount Kailash Mansarovar Tour -15 Days 2025_2026 (1).pdf
ghimiresansar
 
EcoTourism_Essentials_GreenVoyager_Series.pptx
presentifyai
 
Must-Visit Places in Malaysia | Affordable Tours & Holiday Packages
Pikme - Online Travel Company
 
A Parent’s Guide to Boarding School in Delhi with Hostel Facilities.pdf
EDHIPPO ACADEMY PRIVATE LIMITED
 
20 Chuyên đề tiếng anh ôn thi THPTQG 2020 .docx
TraMyNguyen64
 
Muhammad Sajid , Immigration services Malta Date of Issue,09 July 2025 Date o...
Rio
 
Splash into Adventure Guided River Rafting Trips with Expert Safety
Tahoe Whitewater Tours
 
Explore India's Golden Triangle with this 7-day itinerary.
Noble House Tours
 
Black and White Modern Travel To India Presentation.pdf
SofterEdits
 
Business-Travel-Trends-to-Watch-in-2025 (1).pdf
ajitmanewgblindia
 
Tengwang Pavilion, Nanchang, Jiangxi, CN (中國 江西南昌 滕王閣).ppsx
Chung Yen Chang
 
What to Pack for Everest Base Camp Trek.docx
Haven Holidays Pvt. Ltd.
 
Delhi Agra Jaipur Tour Package 4 Days – A Journey Through India’s Rich Herita...
Rajasthan Tours India
 
Explore the Soul of Johannesburg Unforgettable Soweto Tour with Atamela.pptx
Atamela Tour
 

Docker e postgresql

  • 1. Docker + PostgreSQL Fernando Ike – PGDay Campinas
  • 3. ● http://www.postgresql.org.br ● http://planeta.postgresql.org.br ● http://pgbr.postgresql.org.br
  • 4. Instalação ● Debian #aptitude install docker.io ● Ubuntu #apt-get install docker.io
  • 5. Install/Run ● Debian $docker run -d -p 5432:5432 fike/debian-postgresql:9.4-ptbr ● Ubuntu $docker run -d -p 5432:5432 fike/ubuntu-postgresql:9.4-ptbr1
  • 6. Entrando no PostgreSQL $CONTAINER_PG=$(docker ps -q) $docker run -i -t --net="container:$CONTAINER_PG" fike/debian-postgresql:9.4-ptbr /bin/bash $psql -U postgresql -h 127.0.0.1 -W “foobar”
  • 7. Logs $CONTAINER_PG=$(docker ps -q) $docker logs -f $CONTAINER_PG $docker run -i -t --net="container:$CONTAINER_PG" fike/debian-postgresql:9.4-ptbr tail -f /var/log/postgresql/postgresql-9.4-main.log
  • 8. Links ● https://registry.hub.docker.com/u/fike/ubuntu-postgresql/ ● https://registry.hub.docker.com/u/fike/debian-postgresql/ ● https://docs.docker.com/examples/postgresql_service/ ● https://groups.google.com/forum/#!forum/docker-users-br ● http://www.docker.io
  • 9. Contato ● Site: http://www.fernandoike.com ● Email: fike at midstorm.org ● Twiter: @fernandoike ● Linkedin: https://www.linkedin.com/in/fernandoike