Updates for UCP with buildkit (#1162)

This commit is contained in:
paigehargrave 2019-06-10 15:32:21 -04:00 committed by GitHub
parent aaf798d02a
commit 2d0668b5e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -164,6 +164,16 @@ $AUTHTOKEN=((Invoke-WebRequest -Body '{"username":"<username>", "password":"<pas
[io.file]::WriteAllBytes("ucp-bundle.zip", ((Invoke-WebRequest -Uri https://`<ucp-ip`>/api/clientbundle -Headers @{"Authorization"="Bearer $AUTHTOKEN"}).Content))
```
## Docker Build and UCP
When using a UCP client bundle and buildkit, follow the instructions provided
in [Restrict services to worker nodes](/ee/ucp/admin/configure/restrict-services-to-worker-nodes/)
to make sure that builds are not accidentally scheduled on manager nodes.
For additional information on 'docker build' and buildkit, refer
to [build command documentation](/engine/reference/commandline/build/) and
[buildkit documentation](/develop/develop-images/build_enhancements/).
## Where to go next
- [Deploy a service](../swarm.md)