Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker file seems to be missing from the pip version #68

Open
lewisdenny opened this issue Nov 24, 2021 · 1 comment
Open

docker file seems to be missing from the pip version #68

lewisdenny opened this issue Nov 24, 2021 · 1 comment
Labels

Comments

@lewisdenny
Copy link

pip venv:

❯ find | grep container
./.venv/lib/python3.9/site-packages/rich/containers.py
./.venv/lib/python3.9/site-packages/rich/__pycache__/containers.cpython-39.pyc

Using the git repo method:

❯ find | grep container
./containers
./containers/ovs-dbg
./containers/ovs-dbg/Dockerfile
./containers/ovs-dbg/start.sh
./.venv/lib/python3.9/site-packages/rich/containers.py
./.venv/lib/python3.9/site-packages/rich/__pycache__/containers.cpython-39.pyc
@amorenoz
Copy link
Owner

Installing a Dockerfile via pip doesn't feel right. In that case I think we should just download the container from quay.io.
Do you require the Dockerfile to run the tool? I think if it's not found it should be downloaded

@amorenoz amorenoz added fix Something is not working bug and removed fix Something is not working labels Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants