mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
Add darwin support for remote-client
Add the ability to cross-compile podman remote for OSX. Also, add image exists and tag to remote-client. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -26,3 +26,7 @@ func (c *CreateConfig) createBlockIO() (*spec.LinuxBlockIO, error) {
|
||||
func makeThrottleArray(throttleInput []string, rateType int) ([]spec.LinuxThrottleDevice, error) {
|
||||
return nil, errors.New("function not implemented")
|
||||
}
|
||||
|
||||
func devicesFromPath(g *generate.Generator, devicePath string) error {
|
||||
return errors.New("function not implemented")
|
||||
}
|
||||
|
Reference in New Issue
Block a user