diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-03-23 19:03:08 +0100 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-03-23 19:05:29 +0100 |
commit | 5669ffb3544fd398a280c0adb3c445e1375a752e (patch) | |
tree | 78cdeeb2ae3a1ebbdb20d03fb3bb7c6328faf4e3 /libpod/container_path_resolution.go | |
parent | f049cba47c31d31a4a8ed9a9180f0e847be3411c (diff) | |
download | podman-5669ffb3544fd398a280c0adb3c445e1375a752e.tar.gz podman-5669ffb3544fd398a280c0adb3c445e1375a752e.tar.bz2 podman-5669ffb3544fd398a280c0adb3c445e1375a752e.zip |
document that using libpod package directly is not supported
We do not support using the libpod package outside of podman. There is
no stable interface which can be used. Instead point users to the API
and go bindings.
Fixes #13086
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'libpod/container_path_resolution.go')
-rw-r--r-- | libpod/container_path_resolution.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpod/container_path_resolution.go b/libpod/container_path_resolution.go index 7db23b783..80a3749f5 100644 --- a/libpod/container_path_resolution.go +++ b/libpod/container_path_resolution.go @@ -1,4 +1,3 @@ -// +linux package libpod import ( |