This file contains 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 alpine as build | |
ADD https://github.com/spiral/php-grpc/releases/download/v1.0.0/rr-grpc-1.0.0-linux-amd64.tar.gz /rr-grpc/ | |
ADD https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip /proto/ | |
ADD https://github.com/spiral/php-grpc/releases/download/v1.0.0/protoc-gen-php-grpc-1.0.0-linux-amd64.tar.gz /protoc-php-grpc/ | |
# Extract and copy protoc binary to /usr/local | |
RUN unzip /proto/protoc-3.6.1-linux-x86_64.zip -d /proto/ | |
# Extract rr-grpc |
This file contains 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
syntax = "proto3"; | |
package service; | |
message UserRequest { | |
string apiToken = 1; | |
} | |
message UserResponse { | |
int32 id = 1; | |
string email = 2; |
This file contains 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 run --rm node:latest npm install --global is-pokemon-go-up && is-pokemon-go-up | |
npm info it worked if it ends with ok | |
npm info using npm@3.10.3 | |
npm info using node@v6.3.0 | |
npm info attempt registry request try #1 at 3:13:06 PM | |
npm http request GET https://registry.npmjs.org/is-pokemon-go-up | |
npm http 200 https://registry.npmjs.org/is-pokemon-go-up | |
npm info addNameTag [ 'is-pokemon-go-up', 'latest' ] | |
npm info retry fetch attempt 1 at 3:13:07 PM | |
npm info attempt registry request try #1 at 3:13:07 PM |
This file contains 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
[09:25:01.505][Program ][Info ] 1.12.0-rc2-beta16 | |
[09:25:01.507][Program ][Info ] Starting on: 6/23/2016 9:25:01 AM | |
[09:25:01.508][Program ][Info ] Resources: C:\Program Files\Docker\Docker\Resources | |
[09:25:01.509][Program ][Info ] OS: Windows 10 Pro N | |
[09:25:01.510][Program ][Info ] Edition: ProfessionalN | |
[09:25:01.510][Program ][Info ] Id: 1511 | |
[09:25:01.511][Program ][Info ] Build: 10586 | |
[09:25:01.511][Program ][Info ] BuildLabName: 10586.420.amd64fre.th2_release_sec.160527-1834 | |
[09:25:01.513][Program ][Info ] Mixpanel Id: A6CA49A9-81DD-461C-8E9A-2147AD6ED465 | |
[09:25:01.514][Program ][Info ] Sha1: 999af1eac01deb75d9f166febb99a14b96b88ae3 |
This file contains 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 node:5.7.1 | |
# Install and run add-cors-to-couchdb | |
RUN npm install -g add-cors-to-couchdb | |
# Define mountable directories. | |
CMD ["add-cors-to-couchdb", "http://couchdb:5984"] |
This file contains 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
[20:49:06.771][Program ][Info ] Version 1.11.1-beta12 (build: 3073) | |
[20:49:06.771][Program ][Info ] Starting on: 5/18/2016 8:49:06 PM | |
[20:49:06.771][Program ][Info ] Resources: C:\Program Files\Docker\Docker\Resources | |
[20:49:06.771][Program ][Info ] OS: Windows 10 Pro N | |
[20:49:06.771][Program ][Info ] Edition: ProfessionalN | |
[20:49:06.771][Program ][Info ] Id: 1511 | |
[20:49:06.771][Program ][Info ] Build: 10586 | |
[20:49:06.771][Program ][Info ] BuildLabName: 10586.306.amd64fre.th2_release_sec.160422-1850 | |
[20:49:06.771][Program ][Info ] Mixpanel Id: A6CA49A9-81DD-461C-8E9A-2147AD6ED465 | |
[20:49:06.787][Program ][Info ] Sha1: 2fb5b031ee60c8a9b514883b54bcea8cf6d2ae8f |
This file contains 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
[20:56:24.395][Program ][Info ] Version 1.11.1-beta11 (build: 2789) | |
[20:56:24.395][Program ][Info ] Starting on: 5/13/2016 8:56:24 PM | |
[20:56:24.395][Program ][Info ] Resources: C:\Program Files\Docker\Docker\Resources | |
[20:56:24.395][Program ][Info ] OS: Windows 10 Pro N | |
[20:56:24.395][Program ][Info ] Edition: ProfessionalN | |
[20:56:24.395][Program ][Info ] Id: 1511 | |
[20:56:24.395][Program ][Info ] Build: 10586 | |
[20:56:24.395][Program ][Info ] BuildLabName: 10586.306.amd64fre.th2_release_sec.160422-1850 | |
[20:56:24.395][Program ][Info ] Mixpanel Id: A6CA49A9-81DD-461C-8E9A-2147AD6ED465 | |
[20:56:24.395][Program ][Info ] Sha1: b0bc231ec0337a84cc1ce50f51df77f9b0f5c993 |
This file contains 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
[18:24:40.217][Program ][Info ] Version 1.11.1-beta10 (build: 2446) | |
[18:24:40.218][Program ][Info ] Starting on: 5/7/2016 6:24:40 PM | |
[18:24:40.219][Program ][Info ] Resources: C:\Program Files\Docker\Docker\Resources | |
[18:24:40.220][Program ][Info ] OS: Windows 10 Pro N | |
[18:24:40.221][Program ][Info ] Edition: ProfessionalN | |
[18:24:40.221][Program ][Info ] Id: 1511 | |
[18:24:40.222][Program ][Info ] Build: 10586 | |
[18:24:40.222][Program ][Info ] BuildLabName: 10586.212.amd64fre.th2_release_sec.160328-1908 | |
[18:24:40.225][Program ][Info ] Mixpanel Id: A6CA49A9-81DD-461C-8E9A-2147AD6ED465 | |
[18:24:40.228][Program ][Info ] Sha1: 51937ce6b9f8f70c9a642f493d63db1521a4fb7d |
This file contains 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
[16:10:45.712][Installer ][Info ] Version: 1.11.1.2446 | |
[16:10:45.713][Installer ][Info ] Starting on: 5/7/2016 4:10:45 PM | |
[16:10:45.714][Installer ][Info ] Resources: C:\Program Files\Docker\Docker\Resources | |
[16:10:45.714][Installer ][Info ] OS: Windows 10 Pro N | |
[16:10:45.715][Installer ][Info ] Edition: ProfessionalN | |
[16:10:45.715][Installer ][Info ] Id: 1511 | |
[16:10:45.715][Installer ][Info ] Build: 10586 | |
[16:10:45.716][Installer ][Info ] BuildLabName: 10586.212.amd64fre.th2_release_sec.160328-1908 | |
[16:10:45.718][Installer ][Info ] Sha1: 51937ce6b9f8f70c9a642f493d63db1521a4fb7d | |
[16:10:46.139][Installer ][Info ] Killing processes... |