> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/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>
```
