mirror of
https://github.com/containers/podman.git
synced 2025-06-21 09:28:09 +08:00
Merge pull request #6658 from mheon/experimental_no_more
Podman system service is no longer experimental
This commit is contained in:
@ -3,7 +3,6 @@
|
|||||||
package system
|
package system
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"net/url"
|
"net/url"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
@ -97,9 +96,6 @@ func service(cmd *cobra.Command, args []string) error {
|
|||||||
return registry.ContainerEngine().VarlinkService(registry.GetContext(), opts)
|
return registry.ContainerEngine().VarlinkService(registry.GetContext(), opts)
|
||||||
}
|
}
|
||||||
|
|
||||||
logrus.Warn("This function is EXPERIMENTAL")
|
|
||||||
fmt.Fprintf(os.Stderr, "This function is EXPERIMENTAL.\n")
|
|
||||||
|
|
||||||
return restService(opts, cmd.Flags(), registry.PodmanConfig())
|
return restService(opts, cmd.Flags(), registry.PodmanConfig())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user