'How can someone upload a container and run it on my Docker server?

I have docker running on a server. How can someone now upload their container to my server and if it's a website, deposit a domain?

Is there any "easy" way? When I google I only come across results from the Docker cloud

Thanks :)



Solution 1:[1]

You have two options; first one is to share ssh credentials of your machine (docker). Second option is to give them the credential of the server itself so he could access server then access docker from your server by exposing a port.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Abdulrahman Mustafa