I have an EC2 server with Docker, and I would like to add the following to User Data so that my personal Dockerhub images are pulled / started when the server starts, for example:
But I'm not sure how to authenticate in order to access myusername/hello private repo.
With Github, you create and download a deployment key, does Dockerhub offer a similar deployment key option?
docker amazon-ec2 dockerhub
Ajb
source share