$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
74b3b71e19e0 jayjohnson/schemaprototyping "/root/start_containe" About a minute ago Up 27 seconds 0.0.0.0:81->80/tcp, 0.0.0.0:3307->3306/tcp schemaprototyping
$
$ ./start_composition.sh
Starting with Docker Compose
Pulling db (jayjohnson/schemaprototyping:latest)...
latest: Pulling from jayjohnson/schemaprototyping
a3ed95caeb02: Pull complete
5989106db7fb: Pull complete
75e2f0ff048c: Pull complete
98d3fe0e5a2b: Pull complete
cb2b06526018: Pull complete
driver@localhost:/var/lib$ sudo fdisk -l
Disk /dev/sda: 31.5 GB, 31515377664 bytes
255 heads, 63 sectors/track, 3831 cylinders, total 61553472 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| spring-xd-1.3.0.RELEASE$ docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container1 | |
| 172.17.0.9 | |
| spring-xd-1.3.0.RELEASE$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DOCKER_EMAIL Your Docker Hub Email | |
| DOCKER_USERNAME Your Docker Hub User Name | |
| DOCKER_PASSWORD Your Docker Hub Password |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM jayjohnson/springxd-base | |
| MAINTAINER Jay Johnson jay.p.h.johnson@gmail.com | |
| CMD ["shell/bin/xd-shell"] |
spring-xd-1.3.0.RELEASE$ ./shell/bin/xd-shell
_____ __ _______
/ ___| (-) \ \ / / _ \
\ `--. _ __ _ __ _ _ __ __ _ \ V /| | | |
`--. \ '_ \| '__| | '_ \ / _` | / ^ \| | | |
/\__/ / |_) | | | | | | | (_| | / / \ \ |/ /
\____/| .__/|_| |_|_| |_|\__, | \/ \/___/
| | __/ |
|_| |___/
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d2d9793f958d jayjohnson/springxd-container "/opt/spring-xd/start" 19 minutes ago Up 19 minutes 0.0.0.0:8080-8081->8080-8081/tcp container1
a0bb0439ac81 jayjohnson/springxd-admin "/opt/spring-xd/start" 22 minutes ago Up 21 minutes 0.0.0.0:9393->9393/tcp
| Spring XD 1.3 Docker Repos | Travis CI | Docker Hub Container Images |
|---|---|---|
| Spring XD - Base | Base Docker Hub Image | |
| Spring XD - Admin | Admin Docker Hub Image | |
| Spring XD - Container | [Container Docker Hub Image](https://hub.docker.com/r/jayjohnson/springxd-container |