links for old versions of Docker for Mac
Note:
- Old versions are not supported by the Docker team!
- This Gist may be removed if Docker officially provides such listing.
Edge channel:
Note:
Edge channel:
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
| $.rails.allowAction = function(element) { | |
| var message = element.attr('data-confirm'); | |
| if (!message) { return true; } | |
| var opts = { | |
| title: "Confirmação", | |
| message: message, | |
| buttons: { | |
| confirm: { | |
| label: 'Sim', |