containers / containers/podman-compose

podman-compose config should append network name

Open
#623 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
6.2k
Forks
622
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
See differnet between `podman-compose` and `docker-compose` using reproduce case in https://github.com/containers/podman-compose/issues/620

input
```
```

docker-compose config output
```
networks:
default:
name: devcontainer_default
```

podman-compose config output
```
```

**Describe the solution you'd like**
https://github.com/containers/podman-compose/issues/621

**Describe alternatives you've considered**
Implement in python.

**Additional context**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.