You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this has already been reported. I didn't find it in issues.
When using volumes like:
volumes:
- ./volumes/dir:/path/to/volume
if the local directory volumes/dir does not exists, podman returns an error.
I'm running in root, so it's not a permission problem.
With docker-compose, every volume directories and subdirectories are automatically created if not exists.
This missing feature is very annoying when using complex compose files with tons of volumes, because I need to make mkdir -p ... for each volume.
I would be very happy if you can implement it. Thanks!
The text was updated successfully, but these errors were encountered:
Indeed. A long time ago I thought that it worked on docker-compose but not in docker, but you're right. I will create an issue to the podman project. Thanks for the response.
Sorry if this has already been reported. I didn't find it in issues.
When using volumes like:
if the local directory
volumes/dir
does not exists, podman returns an error.I'm running in root, so it's not a permission problem.
With docker-compose, every volume directories and subdirectories are automatically created if not exists.
This missing feature is very annoying when using complex compose files with tons of volumes, because I need to make
mkdir -p ...
for each volume.I would be very happy if you can implement it. Thanks!
The text was updated successfully, but these errors were encountered: