mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-12 11:38:31 +02:00
remove print
This commit is contained in:
parent
d1a77defcd
commit
2d80e435dd
@ -399,7 +399,6 @@ def assert_volume(compose, mount_dict):
|
||||
if mount_dict["type"] != "volume" or not vol or vol.get("external", None) or not vol.get("name", None): return
|
||||
proj_name = compose.project_name
|
||||
vol_name = vol["name"]
|
||||
print(mount_dict, vol)
|
||||
print("podman volume inspect {vol_name} || podman volume create {vol_name}".format(vol_name=vol_name))
|
||||
# TODO: might move to using "volume list"
|
||||
# podman volume list --format '{{.Name}}\t{{.MountPoint}}' -f 'label=io.podman.compose.project=HERE'
|
||||
|
Loading…
Reference in New Issue
Block a user