Hi i am looking for example where we can pull dock...
# typescript
r
Hi i am looking for example where we can pull docker images from dockerhub
b
is this just to run the image locally?
r
@billowy-army-68599 no i want to pull the image and push it to ECR
I tried like this i am able to pull the image but i dont see the input properties to tag/push image
Copy code
const image = new docker.RemoteImage("alpine", {
  name: "alpine:latest",

});