mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +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
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"net/url"
|
||||
"os"
|
||||
"path/filepath"
|
||||
@ -97,9 +96,6 @@ func service(cmd *cobra.Command, args []string) error {
|
||||
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())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user