You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx
+2-5
Original file line number
Diff line number
Diff line change
@@ -242,9 +242,6 @@ docker info
242
242
243
243
### Fullstack Git-based environments
244
244
245
-
Amplify does not provide Docker daemon out of the box in branch deployments. However, you have an option to provide
246
-
[your own image that meets Amplify requirements](https://docs.aws.amazon.com/amplify/latest/userguide/custom-build-image.html)
247
-
and includes a Docker installation.
245
+
Amplify does not provide Docker daemon out of the box in branch deployments. However, you have an option to provide [your own image that meets Amplify requirements](https://docs.aws.amazon.com/amplify/latest/userguide/custom-build-image.html) and includes a Docker installation.
248
246
249
-
For example, the `aws/codebuild/amazonlinux-x86_64-standard:5.0` image (see definition [here](https://github.com/aws/aws-codebuild-docker-images))
250
-
meets Amplify requirements and includes Docker installation.
247
+
For example, the `aws/codebuild/amazonlinux-x86_64-standard:5.0` image ([see definition](https://github.com/aws/aws-codebuild-docker-images)) meets Amplify requirements and includes Docker installation.
0 commit comments