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 registry.x/ripienaar/centos_base | |
| MAINTAINER R.I.Pienaar "[email protected]" | |
| EXPOSE 80 | |
| ADD bin/start.sh /srv/support/bin/start.sh | |
| ADD vhost.conf /etc/httpd/conf.d/wordpress.conf | |
| ADD install-wordpress-plugin.sh /usr/local/bin/ | |
| # {{ BUILD_MONTH }} |
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
| Data: | |
| { | |
| "machines": [{"name": "a", "state": "running", "x":"100"}] | |
| } | |
| Search: | |
| machines[?x==`100`] -> [] |
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
| % sudo docker exec infra_talk container --inspect | |
| Container first started at 2015-03-18 06:01:58 +0000 (1426658518) | |
| Container management methods: | |
| Container supports START method using command /srv/support/bin/start.sh | |
| Container does not support the UPDATE method | |
| Container does not support the VALIDATE method | |
| Metadata for image centos_base |
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
| --- | |
| :container: | |
| :project: rbldnsd | |
| :registry: registry.devco.net | |
| :actions: | |
| :start: /srv/support/bin/start.sh | |
| :update: /srv/support/bin/update.sh | |
| :validate: /srv/support/bin/validate.sh | |
| :deploy_defaults: &defaults |
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
| def parse(url) | |
| res = url.split("//") | |
| temp = res[1] | |
| output = temp.split(":") | |
| username = output[0] | |
| text = output[1] | |
| pos = text.rindex('@') | |
| length = text.length() | |
| password = text[0,pos] | |
| @host = text[pos+1, length] |
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
| thing: &default_thing | |
| - one | |
| - two | |
| other_thing: | |
| wants_common_thing: *default_thing |
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
| pid: 1325 exe: /usr/libexec/mysqld cmdline: /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --log-error=/var/log/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/lib/mysql/mysql.sock: /usr/lib64/libssl.so.1.0.1e | |
| pid: 1356 exe: /usr/sbin/exim cmdline: /usr/sbin/exim -bd -q1h: /usr/lib64/libssl.so.1.0.1e | |
| pid: 1367 exe: /usr/sbin/httpd cmdline: /usr/sbin/httpd: /usr/lib64/libssl.so.1.0.1e | |
| pid: 1456 exe: /usr/sbin/bacula-fd cmdline: /usr/sbin/bacula-fd -u root -g bacula -c /etc/bacula/bacula-fd.conf: /usr/lib64/libssl.so.1.0.1e | |
| pid: 20203 exe: /usr/sbin/httpd cmdline: /usr/sbin/httpd: /usr/lib64/libssl.so.1.0.1e | |
| pid: 20204 exe: /usr/sbin/httpd cmdline: /usr/sbin/httpd: /usr/lib64/libssl.so.1.0.1e | |
| pid: 20205 exe: /usr/sbin/httpd cmdline: /usr/sbin/httpd: /usr/lib64/libssl.so.1.0.1e | |
| pid: 20206 exe: /usr/sbin/httpd cmdline: /usr/sbin/httpd: /usr/lib64/libssl.so.1.0.1e | |
| pid: 20207 exe: /usr/sbin/httpd cmdline: /usr/sbin/httpd: /usr/lib64/libssl.so.1.0.1e | |
| pid: 20208 exe: /usr/sbin |
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 centos | |
| MAINTAINER [email protected] | |
| ENTRYPOINT ["/bin/cat"] |
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
| x: development_value |
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
| This is my current list of equipment: | |
| Digital: | |
| Ganon G1-X | |
| Canon G12 | |
| Nikon D80 [photo] | |
| Nikon D70 | |
| Canon SX10 IS | |
| Canon S3 IS | |
| Olympus C-3000Z | |
| AF-S DX VR Zoom-Nikkor 18-200mm f/3.5-5.6G IF-ED [photo] |