mirror of https://github.com/docker/docs.git
more procedure edits
This commit is contained in:
parent
0ef00d7355
commit
de511d096e
|
@ -34,24 +34,24 @@ To create a stack in the UCP web interface, follow these steps:
|
|||

|
||||
|
||||
4. Enter a name for the stack in the **Name** field.
|
||||
5. Select either **Swarm Services** or **Kubernetes Workloads** for the orchestrator mode.
|
||||
6. If you selected Swarm in the previous step, select either **Compose File** or **App Package** for the **Application File Mode**.
|
||||
5. Select either **Swarm Services** or **Kubernetes Workloads** for the orchestrator mode. If you select Kubernetes, also select a namespace in the **Namespace** drop-down list.
|
||||
6. Select either **Compose File** or **App Package** for the **Application File Mode**.
|
||||
7. Select **Next**.
|
||||
8. If you selected Swarm and Compose file, enter or upload your `docker-compose.yml` in **2. Add Application File**.
|
||||
8. If you selected Compose file, enter or upload your `docker-compose.yml` in **2. Add Application File**.
|
||||
|
||||

|
||||
|
||||
or if you selected Swarm and App Package, enter upload the application package in the single-file format.
|
||||
or if you selected App Package, enter upload the application package in the single-file format.
|
||||
|
||||

|
||||
|
||||
9. Select **Create**.
|
||||
|
||||
|
||||
### Deploying on Swarm
|
||||
## Deploying on Swarm
|
||||
|
||||
[placeholder]
|
||||
|
||||
### Deploying on Kubernetes
|
||||
## Deploying on Kubernetes
|
||||
|
||||
[placeholder]
|
||||
|
|
Loading…
Reference in New Issue