policies required:
{ "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1469172280000", "Effect": "Allow", "Action": [ "cloudformation:*"
policies required:
{ "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1469172280000", "Effect": "Allow", "Action": [ "cloudformation:*"
While porting old php/mysql stack to php 5.6 & mysqlnd - you may have issues regarding the old mysql password hashing strategie
see: - https://dev.mysql.com/doc/refman/5.6/en/account-upgrades.html - http://code.openark.org/blog/mysql/upgrading-passwords-from-old_passwords-to-new-passwords
Example Error (using pdo):
Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...
// see: https://github.com/chadoe/docker-cleanup-volumes
$ docker volume rm $(docker volume ls -qf dangling=true)
$ docker volume ls -qf dangling=true | xargs -r docker volume rm
docker-machine create --driver virtualbox --virtualbox-disk-size "40000" default |
// see: https://github.com/chadoe/docker-cleanup-volumes | |
$ docker volume rm $(docker volume ls -qf dangling=true) | |
$ docker volume ls -qf dangling=true | xargs -r docker volume rm |
docker network rm $(docker network ls | grep "foo" | awk '/ / { print $1 }') |
docker rmi $(docker images | grep "foo" | awk '/ / { print $3 }') | |
docker rmi $(docker images --filter "dangling=true" -q --no-trunc) | |
docker rm $(docker ps -qa --no-trunc --filter "status=exited") | |
and: http://stackoverflow.com/questions/32723111/how-to-remove-old-and-unused-docker-images |
{ | |
"name": "meteogroup/typo3-sources", | |
"description": "see: https://get.typo3.org/json", | |
"version": "1.0.0", | |
"license": "proprietary", | |
"keywords": [ | |
], | |