Skip to content

Commit

Permalink
data/config: Add referential configuration file
Browse files Browse the repository at this point in the history
The file format is TOML[0] but the file extension is .conf to follow the
convention set by Podman.

containers#828
  • Loading branch information
HarryMichal committed Jul 8, 2021
1 parent aac9d1f commit 41a7c84
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/config/toolbox.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[general]
# Default used distribution (e.g., fedora, rhel)
# Taken from ID field in /etc/os-release
## default_distro = "fedora"

# Default version of a distribution (e.g., 34, 8.4)
# Taken from VERSION_ID field in /etc/os-release
## default_release = "34"

# Default used image
# Overrides 'default_distro' and 'default_release'
# E.g., registry.fedoraproject.org/fedora-toolbox
## default_image = "registry.fedoraproject.org/fedora-toolbox"

0 comments on commit 41a7c84

Please sign in to comment.