How can I build a docker image on local to run Rancher backend server?
You can use docker save
, scp
the output to the server, and docker load
on the server. Or you can set up a registry.
1 Like
How can I build a docker image on local to run Rancher backend server?
You can use docker save
, scp
the output to the server, and docker load
on the server. Or you can set up a registry.