1podman-remote.conf(5)         File Formats Manual        podman-remote.conf(5)
2
3
4

NAME

6       podman-remote.conf - configuration file for the podman remote client
7
8

DESCRIPTION

10       The libpod.conf file is the default configuration file for all tools
11       using libpod to manage containers.
12
13
14       The podman-remote.conf file is the default configuration file for the
15       podman remote client.  It is in the TOML format.  It is primarily used
16       to keep track of the user's remote connections.
17
18

CONNECTION OPTIONS

20       destination = ""
21         The hostname or IP address of the remote system
22
23
24       username = ""
25         The username to use when connecting to the remote system
26
27
28       default = bool
29         Denotes whether the connection is the default connection for the
30       user.  The default connection
31         is used when the user does not specify a destination or connection
32       name to podman.
33
34

EXAMPLE

36       The following example depicts a configuration file with two
37       connections.  One of the connections is designated as the default
38       connection.
39
40
41              [connections]
42                  [connections.host1]
43                  destination = "host1"
44                  username = "homer"
45                  default = true
46
47                  [connections.host2]
48                  destination = "192.168.122.133"
49                  username = "fedora"
50
51
52

FILES

54       /$HOME/.config/containers/podman-remote.conf, default location for the
55       podman remote configuration file
56
57

HISTORY

59       May 2019, Originally compiled by Brent Baude ⟨bbaude@redhat.com⟩
60
61
62
63                                                         podman-remote.conf(5)
Impressum