From 7876ee12dba8ef14ae30d20ae60a98c9543cade5 Mon Sep 17 00:00:00 2001 From: latentdream Date: Thu, 19 Sep 2024 14:41:35 -0400 Subject: [PATCH] feat(docker): now available on all tier --- doc/apps/docker.md | 6 +----- doc/user-guide/dockerfile.md | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/doc/apps/docker.md b/doc/apps/docker.md index 384c9dc3..8dcd4829 100644 --- a/doc/apps/docker.md +++ b/doc/apps/docker.md @@ -1,9 +1,5 @@ # Docker -```{note} -Docker deployment is only available to Pro, Teams, and Enterprise users. -``` - To deploy a Docker-based web application in Ploomber Cloud you need: - A [Ploomber Cloud](https://platform.ploomber.io/register?utm_source=docker&utm_medium=documentation) account @@ -56,4 +52,4 @@ To deploy the app from the deployment menu, follow these instructions: ```{tip} To ensure your app doesn't break on re-deployments, pin your [dependencies.](pin-dependencies) -``` \ No newline at end of file +``` diff --git a/doc/user-guide/dockerfile.md b/doc/user-guide/dockerfile.md index 36daeb20..ec859f66 100644 --- a/doc/user-guide/dockerfile.md +++ b/doc/user-guide/dockerfile.md @@ -1,9 +1,5 @@ # Dockerfile Essentials -```{note} -Docker deployment is only available to Pro, Teams, and Enterprise users. -``` - You may deploy your application as a [Docker](../apps/docker.md) application for more flexibility. Refer to this [section](../faq/faq.md#customize-deployment) to learn how Docker deployments can help. Here are some tips on writing a good `Dockerfile` for Python applications: