Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docker): now available on all tier #281

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions doc/apps/docker.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
```
```
4 changes: 0 additions & 4 deletions doc/user-guide/dockerfile.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading