Muayyad Alsadi

Results 176 comments of Muayyad Alsadi

I was very busy lately but the reason I did not release the branch there is a breaking change regarding putting all containers in a single pod or not. putting...

I've just fixed this, please test ``` pip3 install https://github.com/containers/podman-compose/archive/devel.tar.gz ```

> And I found the reason why "args" already gives 10 this is for up not start, and it's similar to that of docker-compose ``` $ docker-compose --version docker-compose version...

We ship systemd unit files ``` podman-compose help systemd podman-compose systemd --action register systemctl --user start|stop podman-compose@ ```

Does audit2allow tool have any suggestion?

I've just release 1.0.6 @rugk the latest stable at that time v1.0.3 did not create pods by default, I had to find some time to make 1.0.6 keep same default....

my podman version says ``` The build context directory can be specified as the http(s) URL of an archive, git repository or Containerfile. ``` would you please try using `podman...

I've been doing some experiments and identifying bottleneck the first one which is solved now [is moving data in and out](https://medium.com/@alsadi/moving-hot-loops-from-python-to-wasm-wont-be-feasible-without-this-trick-65c9bd2dbe1b) this was demonstrated by moving large data (several MB...