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)

PPTX
Docker workshop DevOpsDays Amsterdam 2014
Pini Reznik
 
PDF
Software Packaging for Cross OS Distribution
Jian-Hong Pan
 
PDF
2017-03-11 02 Денис Нелюбин. Docker & Ansible - лучшие друзья DevOps
Омские ИТ-субботники
 
PDF
mapserver_install_linux
tutorialsruby
 
PDF
mapserver_install_linux
tutorialsruby
 
PDF
mapserver_install_linux
tutorialsruby
 
PDF
mapserver_install_linux
tutorialsruby
 
PDF
Hands-On Session Docker
LinetsChile
 
PPT
Empacotamento e backport de aplicações em debian
Andre Ferraz
 
PDF
Using python and docker for data science
Calvin Giles
 
PPT
Hadoop Installation
mrinalsingh385
 
PDF
Docker for data science
Calvin Giles
 
PDF
Using docker for data science - part 2
Calvin Giles
 
PDF
Docker tips & tricks
Dharmit Shah
 
PDF
Docker & FieldAware
Jakub Jarosz
 
PPT
Qt native built for raspberry zero
SoheilSabzevari2
 
ODP
Vagrant move over, here is Docker
Nick Belhomme
 
PDF
Docker for mere mortals
Henryk Konsek
 
PDF
Docker - from development to production (PHPNW 2017-09-05)
Toby Griffiths
 
PDF
From Docker Run To Docker Compose
Fitra Aditya
 
Docker workshop DevOpsDays Amsterdam 2014
Pini Reznik
 
Software Packaging for Cross OS Distribution
Jian-Hong Pan
 
2017-03-11 02 Денис Нелюбин. Docker & Ansible - лучшие друзья DevOps
Омские ИТ-субботники
 
mapserver_install_linux
tutorialsruby
 
mapserver_install_linux
tutorialsruby
 
mapserver_install_linux
tutorialsruby
 
mapserver_install_linux
tutorialsruby
 
Hands-On Session Docker
LinetsChile
 
Empacotamento e backport de aplicações em debian
Andre Ferraz
 
Using python and docker for data science
Calvin Giles
 
Hadoop Installation
mrinalsingh385
 
Docker for data science
Calvin Giles
 
Using docker for data science - part 2
Calvin Giles
 
Docker tips & tricks
Dharmit Shah
 
Docker & FieldAware
Jakub Jarosz
 
Qt native built for raspberry zero
SoheilSabzevari2
 
Vagrant move over, here is Docker
Nick Belhomme
 
Docker for mere mortals
Henryk Konsek
 
Docker - from development to production (PHPNW 2017-09-05)
Toby Griffiths
 
From Docker Run To Docker Compose
Fitra Aditya
 
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)

PPTX
The Best eSIM Provider for Europe in 2025
Airhub
 
PDF
Pune to Nashik Cab | Pune to Nashik Taxi
Cab Bazar
 
DOCX
NAUTA TOURIST ATRACTIONS LIVES AND TRIPS.docx
DeanT800
 
PDF
Tam Coc Travel Guide In Ripe Rice Season
threelandt25
 
PPTX
itinerary Norway family road trip July 2025
PacoLatorre5
 
PDF
Chardham Yatra Package From Your City.pdf
EpicYatra
 
PDF
Corporate Visa Sponsorship Letter Format – Guide with Sample 2025
ajitmanewgblindia
 
PDF
India’s Golden Triangle Tour, Starting from Delhi A Complete Guide.pdf
Rajasthan Tours India
 
PPTX
Taxi Transfers from Haneda Airport - Intui travel
IntuiTravel1
 
PPTX
Travel Instructional Presentation 2.0.pptx
guadalupealvarez401
 
PPTX
Chapter5.2 sightseeing in beijing.pptx: learn how to say Chinese language whe...
chineseschool521
 
PPSX
Jiangwan Old Town, Wuyuan, Jiangxi, CN (中國 江西婺源 江灣古鎮).ppsx
Chung Yen Chang
 
PDF
Top Must-Try Foods in Myanmar – A Culinary Journey Through the Golden Land
threelandt25
 
PDF
Indian IT Sector Drives Surge in Schengen Business Visas – 2025 Insights
ajitmanewgblindia
 
PPTX
...........................................
TarannumJindal1
 
DOCX
10 Must Visit Ramayana Related Places in Sri Lanka.docx
NehraRawat
 
PDF
Best and Affordable Tanzania Honeymoon Safaris
Visa Expeditions
 
PDF
Rajasthan Like Never Before: Best Rajasthan Tour Packages for Every Budget & ...
Rajasthan Tours India
 
PPT
beauty of sri lanka places and other related things.ppt
KulanjithDeAlwis1
 
PPTX
West Bengal presentation on tourism and culture
umepat6776
 
The Best eSIM Provider for Europe in 2025
Airhub
 
Pune to Nashik Cab | Pune to Nashik Taxi
Cab Bazar
 
NAUTA TOURIST ATRACTIONS LIVES AND TRIPS.docx
DeanT800
 
Tam Coc Travel Guide In Ripe Rice Season
threelandt25
 
itinerary Norway family road trip July 2025
PacoLatorre5
 
Chardham Yatra Package From Your City.pdf
EpicYatra
 
Corporate Visa Sponsorship Letter Format – Guide with Sample 2025
ajitmanewgblindia
 
India’s Golden Triangle Tour, Starting from Delhi A Complete Guide.pdf
Rajasthan Tours India
 
Taxi Transfers from Haneda Airport - Intui travel
IntuiTravel1
 
Travel Instructional Presentation 2.0.pptx
guadalupealvarez401
 
Chapter5.2 sightseeing in beijing.pptx: learn how to say Chinese language whe...
chineseschool521
 
Jiangwan Old Town, Wuyuan, Jiangxi, CN (中國 江西婺源 江灣古鎮).ppsx
Chung Yen Chang
 
Top Must-Try Foods in Myanmar – A Culinary Journey Through the Golden Land
threelandt25
 
Indian IT Sector Drives Surge in Schengen Business Visas – 2025 Insights
ajitmanewgblindia
 
...........................................
TarannumJindal1
 
10 Must Visit Ramayana Related Places in Sri Lanka.docx
NehraRawat
 
Best and Affordable Tanzania Honeymoon Safaris
Visa Expeditions
 
Rajasthan Like Never Before: Best Rajasthan Tour Packages for Every Budget & ...
Rajasthan Tours India
 
beauty of sri lanka places and other related things.ppt
KulanjithDeAlwis1
 
West Bengal presentation on tourism and culture
umepat6776
 

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