Closed princeshahriar007 closed 3 years ago
There are multiple options based on what you're looking for.
docker save myXampp > container.tar
, move container.tar
onto your ubuntu server and execute the following on your server: cat container.tar | docker load -
I just want to run the same container under the IP address of my server instead of localhost:41062
The docker save
method is probably the easiest one in that case.
I'm closing the issue for now, if there's anything related you'd like to ask, feel free to reopen.
@tomsik68 I have a ubuntu server, how can I deploy the container on the server ?