From 6038060ccdb981d4b42150f3f2cbcf56208beb82 Mon Sep 17 00:00:00 2001 From: Chris Meller Date: Wed, 24 Feb 2021 16:15:54 +0200 Subject: [PATCH] Remove Whales from the Docker-related list Whales is currently broken because the Slack webhook token built into a sub-image it runs in Docker is invalid (why does it include a Slack hook?). It also involves sending information about your codebase to their Heroku-hosted service for the "secret sauce", which is not well advertised and doesn't seem to make sense or be necessary for the functionality of the product. I personally don't believe we should be advertising this service. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7441bb2b..b26e155c 100644 --- a/README.md +++ b/README.md @@ -1092,7 +1092,6 @@ Table of Contents * [Gitlab](https://gitlab.com) - Per-repo container registry. 10GB limit. * [Play with Docker](https://labs.play-with-docker.com/) — A simple, interactive and fun playground to learn Docker. * [quay.io](https://quay.io/) — Build and store container images with unlimited free public repositories - * [Whales](https://github.com/Gueils/whales) — A tool to automatically dockerize your applications for free. ## Vagrant Related