Dockerhub
Generate token/keys using Dockerhub and deploy to salad portal
Here's a tutorial guide on how to generate keys and get your token in Dockerhub:
https://docs.docker.com/docker-hub/access-tokens/
Now, Let's deploy the created token to salad portal as private registry :
- Go to http://portal.salad.com and "Create Organization"

- Select the Created Organisation.
We are using "Salad Technologies"

- Create New Project

- Select Project "Demo"

- Create New Container Group

- Select "Private" and give the container a prefereable name e.g test
Here we are using an already existing image docker.io/heygordian/node-app:latest and input your Docker username (eg. "heygordian") and Access token generated.

Click on "Next container Resources"

- Select Review & Deploy

- Deploy Container Groups

- Congratulations! Your Container should now be running.

- Review and see the status which is successfully " Running"

Updated about 2 months ago