> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1917.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# W&B にコンテナーをビルドさせたくない場合でも、Launch を使用できますか？

事前にビルド済みの Docker イメージを起動するには、次のコマンドを実行します。`<>` 内のプレースホルダーは、実際の情報に置き換えてください。

```bash theme={null}
wandb launch -d <docker-image-uri> -q <queue-name> -E <entrypoint>
```

このコマンドはジョブを作成し、run を開始します。

イメージからジョブを作成するには、次のコマンドを使用します。

```bash theme={null}
wandb job create image <image-name> -p <project> -e <entity>
```
