| Size / GB | Price | JPY/GB-mo |
|---|---|---|
| 20 | 432 | 20 |
| 100 | 3,780 | 35 |
| 250 | 9,450 | 35 |
| 500 | 18,900 | 35 |
- 1 <= 2
- foo
- bar
- buzz
- fuga
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 yum update gitlab-ce |
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
| before_script: | |
| - /bin/echo Testing... CentOS 6.6 x MySQL 5.6.17 | |
| - /bin/echo Testing... CentOS 7 latest x MySQL 5.7 latest | |
| variables: | |
| MYSQL_ROOT_PASSWORD: "1iEkou9luj4Etrie" | |
| test:centos6xmysql56: | |
| image: centos:6.6 | |
| services: | |
| - mysql:5.6.17 |
https://github.com/kubernetes/kubernetes/tree/master/examples/celery-rabbitmq
git clone https://github.com/kubernetes/kubernetesand
./run-on-gke.sh
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
| gcloud compute instances create "xenial" \ | |
| --zone "asia-east1-a" --machine-type "n1-standard-1" \ | |
| --network "default" --maintenance-policy "MIGRATE" \ | |
| --scopes default="https://www.googleapis.com/auth/devstorage.read_only","https://www.googleapis.com/auth/logging.write","https://www.googleapis.com/auth/monitoring.write","https://www.googleapis.com/auth/cloud.useraccounts.readonly" \ | |
| --image "/ubuntu-os-cloud/ubuntu-1604-xenial-v20160420c" \ | |
| --boot-disk-size "10" --boot-disk-type "pd-ssd" --boot-disk-device-name "xenial" |
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
| $ curl -sv https://smp.suumo.jp/ -o /dev/null | |
| * Trying 54.248.247.239... | |
| * Connected to smp.suumo.jp (54.248.247.239) port 443 (#0) | |
| * TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | |
| * Server certificate: smp.suumo.jp | |
| * Server certificate: Symantec Class 3 Secure Server CA - G4 | |
| * Server certificate: VeriSign Class 3 Public Primary Certification Authority - G5 | |
| > GET / HTTP/1.1 | |
| > Host: smp.suumo.jp | |
| > Accept: */* |
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
| RUN apt-get update && apt-get install -y build-essential libssl-dev libffi-dev python-dev |
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
| $ diff -u <(curl -sSL https://raw.githubusercontent.com/docker-library/python/9383f7d4d2f96068e8957651aa3588fee8b48f71/2.7/wheezy/Dockerfile) <(curl -sSL https://raw.githubusercontent.com/docker-library/python/9383f7d4d2f96068e8957651aa3588fee8b48f71/2.7/Dockerfile) | |
| --- /dev/fd/63 2016-06-08 12:09:22.000000000 +0900 | |
| +++ /dev/fd/62 2016-06-08 12:09:22.000000000 +0900 | |
| @@ -1,4 +1,4 @@ | |
| -FROM buildpack-deps:wheezy | |
| +FROM buildpack-deps:jessie | |
| # remove several traces of debian python | |
| RUN apt-get purge -y python.* |
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
| Remove all Docker Machine VMs? (Y/N): y | |
| Usage: docker-machine rm [OPTIONS] [arg...] | |
| Remove a machine | |
| Description: | |
| Argument(s) are one or more machine names. | |
| Options: |
OlderNewer