You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend the run command so it can run containers on remote hosts.
The commands only responsibility is to run the container on a remote host with the given definition.
Note:
In most cases the tasks operate on the source code, but providing the project directory for the running container is not in the scope of this issue.
Requirements
The output of the running container should be presented for the user.
If the image doesn't exist on the remote host or is corrupted, an error should be presented for the user.
If the remote host is not available, an error should be presented for the user.
Extend the
run
command so it can run containers on remote hosts.The commands only responsibility is to run the container on a remote host with the given definition.
Note:
In most cases the tasks operate on the source code, but providing the project directory for the running container is not in the scope of this issue.
Requirements
For axem internal use only:
Jira: https://axem.atlassian.net/browse/DEM-298
The text was updated successfully, but these errors were encountered: