spiegel_podman/cmd/podman/system
Jhon Honce 8ad40a85d5 Add host.serviceIsRemote to podman info results
Developers asked for a deterministic field to verify if podman is
running via API or linked directly to libpod library.

$ podman info --format '{{.Host.ServiceIsRemote}}'
false
$ podman-remote info --format '{{.Host.ServiceIsRemote}}'
true
$ podman --remote info --format '{{.Host.ServiceIsRemote}}'
true

* docs/conf.py formatted via black

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2021-05-10 14:13:15 -07:00
..
connection bump go module to v3 2021-02-22 09:03:51 +01:00
connection.go bump go module to v3 2021-02-22 09:03:51 +01:00
df.go bump go module to v3 2021-02-22 09:03:51 +01:00
events.go Add go template shell completion for --format 2021-04-22 00:31:08 +02:00
info.go Add host.serviceIsRemote to podman info results 2021-05-10 14:13:15 -07:00
migrate.go bump go module to v3 2021-02-22 09:03:51 +01:00
prune.go Fix system prune cmd user message with options 2021-03-21 18:03:31 +01:00
renumber.go bump go module to v3 2021-02-22 09:03:51 +01:00
reset.go bump go module to v3 2021-02-22 09:03:51 +01:00
service.go bump go module to v3 2021-02-22 09:03:51 +01:00
service_abi.go podman-remote should show podman.sock info 2021-04-20 15:56:45 -04:00
system.go bump go module to v3 2021-02-22 09:03:51 +01:00
unshare.go podman unshare: add --rootless-cni to join the ns 2021-04-07 15:54:12 +02:00
version.go Add go template shell completion for --format 2021-04-22 00:31:08 +02:00