Keep it simple - HWK's blog
Mainly database stuff and other interesting things
Seiten
Home
MySQL and the Oracle DBA
MyEM
Reminiscence
Blogarchive Contents
Wednesday, 24 February 2016
Watch Starwars with Docker
ASCII Version of Starwars
Found in "
Orchestrating Docker"
by
Shrikrishna Holla
- I love this book. Here is the code.
Read more »
Tuesday, 16 February 2016
Train Data Guard with Docker 1.10.1 and Docker Compose 1.6.0
Important tech news brought us to change our
Docker Data Guard Project
. Please see my posts
Start Oracle Data Guard Training with Docker
and
Docker managed via upstart
, too. The actual Docker release is stable.
NOTE:
the daemon used to be started with "/usr/bin/docker -d". From now on you start it - manually - like that
root@Thinkpad4:~# docker daemon > docker.session 2>&1 &
[1] 2422
root@Thinkpad4:~# ps -ef | grep docker | grep -v grep
root 2422 10277 8 14:52 pts/8 00:04:40 docker daemon
Read more »
Newer Posts
Older Posts
Home