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
I would assume its pretty common for both xonsh (and its docker completions) and docker-compose to both be installed "on the system" and not in an virtual env. However, docker-compose uses the docker package on pypi, but this library uses docker-py. The two conflict with eachother and make it so you can either have completions, or docker-compose, but not both.
It would be great to update this to use the docker package instead of docker-py so that the two dont conflict.
The text was updated successfully, but these errors were encountered:
nhumrich
changed the title
Conflicts with docker package used by docker-compose
Conflicts with docker package used by docker-compose
Aug 29, 2017
I would assume its pretty common for both xonsh (and its docker completions) and docker-compose to both be installed "on the system" and not in an virtual env. However, docker-compose uses the
docker
package on pypi, but this library usesdocker-py
. The two conflict with eachother and make it so you can either have completions, or docker-compose, but not both.It would be great to update this to use the
docker
package instead ofdocker-py
so that the two dont conflict.The text was updated successfully, but these errors were encountered: