Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for namer (0.14 sec)

  1. docs/ko/docs/deployment/docker.md

        이 경우에는 현재 디렉터리(`.`)와 같습니다.
    
    ### 도커 컨테이너 시작하기
    
    * 여러분의 이미지에 기반하여 컨테이너를 실행합니다:
    
    <div class="termy">
    
    ```console
    $ docker run -d --name mycontainer -p 80:80 myimage
    ```
    
    </div>
    
    ## 체크하기
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 42.6K bytes
    - Viewed (0)
  2. docs/ru/docs/deployment/docker.md

        В данном случае это та же самая директория (`.`).
    
    ### Запуск Docker-контейнера
    
    * Запустите контейнер, основанный на вашем образе:
    
    <div class="termy">
    
    ```console
    $ docker run -d --name mycontainer -p 80:80 myimage
    ```
    
    </div>
    
    ## Проверка
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 57.5K bytes
    - Viewed (0)
  3. docs/em/docs/deployment/docker.md

    </div>
    
    !!! tip
        👀 `.` 🔚, ⚫️ 🌓 `./`, ⚫️ 💬 ☁ 📁 ⚙️ 🏗 📦 🖼.
    
        👉 💼, ⚫️ 🎏 ⏮️ 📁 (`.`).
    
    ### ▶️ ☁ 📦
    
    * 🏃 📦 ⚓️ 🔛 👆 🖼:
    
    <div class="termy">
    
    ```console
    $ docker run -d --name mycontainer -p 80:80 myimage
    ```
    
    </div>
    
    ## ✅ ⚫️
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 27.9K bytes
    - Viewed (0)
  4. docs/ja/docs/deployment/docker.md

        この場合、同じカレント・ディレクトリ(`.`)です。
    
    ### Dockerコンテナの起動する
    
    * イメージに基づいてコンテナを実行します:
    
    <div class="termy">
    
    ```console
    $ docker run -d --name mycontainer -p 80:80 myimage
    ```
    
    </div>
    
    ## 確認する
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 44.3K bytes
    - Viewed (0)
  5. docs/en/docs/deployment/docker.md

    It would depend mainly on the tool you use to **install** those requirements.
    
    The most common way to do it is to have a file `requirements.txt` with the package names and their versions, one per line.
    
    You would of course use the same ideas you read in [About FastAPI versions](versions.md){.internal-link target=_blank} to set the ranges of versions.
    
    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)
  6. docs/de/docs/deployment/docker.md

    Dies hängt hauptsächlich von dem Tool ab, mit dem Sie diese Anforderungen **installieren**.
    
    Die gebräuchlichste Methode besteht darin, eine Datei `requirements.txt` mit den Namen der Packages und deren Versionen zu erstellen, eine pro Zeile.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:19:17 GMT 2024
    - 38.9K bytes
    - Viewed (0)
  7. docs/pt/docs/deployment/docker.md

        Nesse caso, é o mesmo diretório atual (`.`).
    
    ### Inicie o contêiner Docker
    
    * Execute um contêiner baseado na sua imagem:
    
    <div class="termy">
    
    ```console
    $ docker run -d --name mycontêiner -p 80:80 myimage
    ```
    
    </div>
    
    ## Verifique
    
    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