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
<ebi> things to check is permissions or cabling or full disk or cache or version conflict or duplex mismatch | |
or firewall rules or resolv.conf or /etc/hosts or CR/LF or setuid/setgid or default gateway or IP | |
conflicts or logs or port number or zonefile dot or I/O dammit or mounts or power or whitespace or | |
reload into bad config or ip forwarding or trailing slash or mac address or inodes |
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
:) flounder$ ./machine -D create -d digitalocean --digitalocean-access-token='token' dockertest | |
INFO[0000] Creating SSH key... | |
INFO[0000] Creating Digital Ocean droplet... | |
INFO[0002] Waiting for SSH... | |
INFO[0083] "dockertest" has been created and is now the active machine. Docker commands will now run against that machine. | |
:) flounder$ ./machine ls | |
NAME ACTIVE DRIVER STATE URL | |
dockertest * digitalocean Running tcp://104.236.23.196:2376 | |
:) flounder$ export DOCKER_HOST=tcp://104.236.23.196:2376 | |
:( flounder$ export DOCKER_AUTH=identity |
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
$ openssl s_client -tls1 -state -msg -connect secure.authorize.net:443 | |
CONNECTED(00000003) | |
SSL_connect:before/connect initialization | |
>>> TLS 1.0 Handshake [length 005f], ClientHello | |
01 00 00 5b 03 01 54 35 b1 4c e1 b6 ce e7 8d a7 | |
7f 30 f5 f7 45 fa 19 e0 b0 7d 68 21 da fc 85 80 | |
45 80 82 2d d9 30 00 00 2e 00 39 00 38 00 35 00 | |
16 00 13 00 0a 00 33 00 32 00 2f 00 9a 00 99 00 | |
96 00 05 00 04 00 15 00 12 00 09 00 14 00 11 00 | |
08 00 06 00 03 00 ff 01 00 00 04 00 23 00 00 |
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
:shipit: |
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 ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
1ffc71bf263c fresh-website:latest /usr/sbin/httpd -DFO 6 seconds ago Up 5 seconds 443/tcp, 0.0.0.0:80->80/tcp web | |
e60f4f3bee2a fresh-webdb:latest /usr/local/sbin/mysq 4 minutes ago Up 4 minutes 0.0.0.0:3306->3306/tcp db,web/db |
NewerOlder