diff --git a/ee/ucp/user-access/cli.md b/ee/ucp/user-access/cli.md index e58c2efcb5..c878146fb2 100644 --- a/ee/ucp/user-access/cli.md +++ b/ee/ucp/user-access/cli.md @@ -164,6 +164,16 @@ $AUTHTOKEN=((Invoke-WebRequest -Body '{"username":"", "password":"/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)