Muayyad Alsadi

Results 176 comments of Muayyad Alsadi

But that's different than evan's case His case was to accept short hand build containing string. You cases is to add support for git repo. I have a question where...

quote from podman manpage ``` --network-alias=alias Add network-scoped alias for the container. NOTE: A container will only have access to aliases on the first network that it joins. This is...

@Schlumpf9 I've just pushed a fix that handles dicts and fixes KeyError your case would work because in both it's called db

@crazytaxi824 you are not using latest code, please upgrade to latest code using ``` pip3 install --user https://github.com/containers/podman-compose/archive/devel.tar.gz ```

I've justed merged #97 but this has nothing todo with it. it seems that * parser.add_argument("-d", "--detach", action='store_true', * parser.add_argument("--name", type=str, default=None, * parser.add_argument('-e', '--env', metavar="KEY=VAL", action='append', * parser.add_argument('-l', '--label',...

I've pushed a quick fix for `-e` only, please test.

> which is very confusing for non-technical person. currently I'm displaying podman output for easy debug because we are in early development later those confusing messages will be hidden unless...

I was about to push this fix ``` diff --git a/podman_compose.py b/podman_compose.py index 9a37598..6e55d0d 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -618,11 +618,10 @@ def assert_cnt_nets(compose, cnt): def get_net_args(compose, cnt): service_name...

``` --podman--args ``` For example ``` --podman-start-args=' --systemd=true' ```