Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Borg (0.17 sec)

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

    * With a Docker Swarm Mode cluster
    * With another tool like Nomad
    * With a cloud service that takes your container image and deploys it
    
    ## Docker Image with Poetry
    
    If you use <a href="https://python-poetry.org/" class="external-link" target="_blank">Poetry</a> to manage your project's dependencies, you could use Docker multi-stage building:
    
    ```{ .dockerfile .annotate }
    # (1)
    FROM python:3.9 as requirements-stage
    
    # (2)
    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)
Back to top