mirror of
https://github.com/containers/podman.git
synced 2025-12-05 21:32:22 +08:00
podman-remote create|run
add the ability to create and run containers via the podman-remote client. we now create an intermediate layer from the the create/run cli flags. the intermediate layer can be converted into a createconfig or into a varlink struct. Once transported, the varlink struct can be converted back to an intermediate layer and then to a createconfig. remote terminals are not supported yet. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -13,7 +13,6 @@ func getMainCommands() []*cobra.Command {
|
||||
rootCommands := []*cobra.Command{
|
||||
_attachCommand,
|
||||
_commitCommand,
|
||||
_createCommand,
|
||||
_execCommand,
|
||||
_generateCommand,
|
||||
_playCommand,
|
||||
@@ -26,7 +25,6 @@ func getMainCommands() []*cobra.Command {
|
||||
_refreshCommand,
|
||||
_restartCommand,
|
||||
_rmCommand,
|
||||
_runCommand,
|
||||
_searchCommand,
|
||||
_startCommand,
|
||||
_statsCommand,
|
||||
@@ -56,7 +54,6 @@ func getContainerSubCommands() []*cobra.Command {
|
||||
_checkpointCommand,
|
||||
_cleanupCommand,
|
||||
_commitCommand,
|
||||
_createCommand,
|
||||
_execCommand,
|
||||
_exportCommand,
|
||||
_killCommand,
|
||||
@@ -68,7 +65,6 @@ func getContainerSubCommands() []*cobra.Command {
|
||||
_restartCommand,
|
||||
_restoreCommand,
|
||||
_rmCommand,
|
||||
_runCommand,
|
||||
_runlabelCommand,
|
||||
_startCommand,
|
||||
_statsCommand,
|
||||
|
||||
Reference in New Issue
Block a user