spiegel_podman/cmd/podman/machine
Anders F Björklund a312553fcb Use bytes size consistently instead of human size
Previously podman was using "MB" and "GB" (binary) for input but
"MB" and "GB" (decimal) for output, which was causing confusion.

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
2023-07-13 09:05:56 -04:00
..
os Implement machine provider selection 2023-04-28 17:47:10 +03:00
info.go Implement machine provider selection 2023-04-28 17:47:10 +03:00
init.go Use bytes size consistently instead of human size 2023-07-13 09:05:56 -04:00
inspect.go Implement machine provider selection 2023-04-28 17:47:10 +03:00
list.go Use bytes size consistently instead of human size 2023-07-13 09:05:56 -04:00
machine.go Implement machine provider selection 2023-04-28 17:47:10 +03:00
machine_unix.go Fix podman machine on Windows 2022-06-30 16:21:59 -05:00
machine_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
machine_windows.go Fix podman machine on Windows 2022-06-30 16:21:59 -05:00
os.go Introduce podman machine os apply 2023-02-15 14:48:12 -05:00
platform.go MVP for Podman Machine with AppleHV 2023-05-02 13:09:56 -05:00
platform_darwin.go Set machine docker.sock according to rootful flag 2023-05-14 23:56:15 -05:00
platform_windows.go Implement machine provider selection 2023-04-28 17:47:10 +03:00
rm.go Document podman-machine-default behavior 2023-05-15 14:23:17 -04:00
set.go Use bytes size consistently instead of human size 2023-07-13 09:05:56 -04:00
ssh.go Document podman-machine-default behavior 2023-05-15 14:23:17 -04:00
start.go Document podman-machine-default behavior 2023-05-15 14:23:17 -04:00
stop.go Document podman-machine-default behavior 2023-05-15 14:23:17 -04:00