Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for replay (0.14 sec)

  1. docs/en/docs/deployment/docker.md

    ## Deploy the Container Image
    
    After having a Container (Docker) Image there are several ways to deploy it.
    
    For example:
    
    * With **Docker Compose** in a single server
    * With a **Kubernetes** cluster
    * With a Docker Swarm Mode cluster
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 34K bytes
    - Viewed (0)
  2. docs/pt/docs/deployment/docker.md

    # FastAPI em contêineres - Docker
    
    Ao fazer o deploy de aplicações FastAPI uma abordagem comum é construir uma **imagem de contêiner Linux**. Isso normalmente é feito usando o <a href="https://www.docker.com/" class="external-link" target="_blank">**Docker**</a>. Você pode a partir disso fazer o deploy dessa imagem de algumas maneiras.
    
    Usando contêineres Linux você tem diversas vantagens incluindo **segurança**, **replicabilidade**, **simplicidade**, entre outras.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 37.4K bytes
    - Viewed (0)
Back to top