Implementing end-to-end HTTPS encryption with CloudFlare for Google App Engine applications.
Register the root domain with Google Cloud Platform at the following:
| # Resetting your Windows Subsystem for Linux (WSL) Environment | |
| lxrun.exe /uninstall /full | |
| lxrun.exe /install |
| #!/bin/bash | |
| ############################################################# | |
| # This script depends on docker. | |
| # simply run ./docker-cloud-sync-redeploy.sh <stack name> | |
| ############################################################# | |
| set -e | |
| STATE_RUNNING='Running' | |
| STATE_NOT_RUNNING='Not running' | |
| STATE_STARTING='Starting' |
There is no official alpine Docker image for the arm platform. The onec i found are not taking advantage of the much quicker Fastly CDN basedpackage mirror option
Here are steps to rebuild the images on a rpi:
git clone https://github.com/gliderlabs/docker-alpine.git docker-alpine-gliderlabs
cd docker-alpine-gliderlabs/
| au BufRead,BufNewFile jquery.*.js set ft=javascript syntax=jquery | |
| set nocompatible | |
| set autoindent | |
| set tabstop=2 | |
| set showmatch | |
| set vb t_vb= | |
| set ruler | |
| set nohls | |
| set incsearch | |
| syntax on |