Task #4271
closedRefactor docker content app to use aiohttp
Added by dkliban@redhat.com almost 6 years ago. Updated almost 5 years ago.
100%
Related issues
Updated by dkliban@redhat.com almost 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dkliban@redhat.com
Updated by dkliban@redhat.com almost 6 years ago
- Status changed from ASSIGNED to POST
Added by dkliban@redhat.com almost 6 years ago
Added by dkliban@redhat.com almost 6 years ago
Revision a2ee16ff | View on GitHub
Adds aiohttp handlers for docker registry
The content app can be run in the foreground using the following command:
gunicorn pulpcore.content:server --bind 'localhost:8080' --worker-class 'aiohttp.GunicornWebWorker' -w 2
Then the docker client can pull with the following command:
sudo docker pull localhost:8080/foo
Added by dkliban@redhat.com almost 6 years ago
Revision a2ee16ff | View on GitHub
Adds aiohttp handlers for docker registry
The content app can be run in the foreground using the following command:
gunicorn pulpcore.content:server --bind 'localhost:8080' --worker-class 'aiohttp.GunicornWebWorker' -w 2
Then the docker client can pull with the following command:
sudo docker pull localhost:8080/foo
Added by dkliban@redhat.com almost 6 years ago
Revision a2ee16ff | View on GitHub
Adds aiohttp handlers for docker registry
The content app can be run in the foreground using the following command:
gunicorn pulpcore.content:server --bind 'localhost:8080' --worker-class 'aiohttp.GunicornWebWorker' -w 2
Then the docker client can pull with the following command:
sudo docker pull localhost:8080/foo
Updated by dkliban@redhat.com almost 6 years ago
- Status changed from POST to MODIFIED
Updated by dkliban@redhat.com almost 6 years ago
- % Done changed from 0 to 100
Applied in changeset a2ee16ff448d705bce5071f70ecba1cfac150b51.
Updated by bherring over 5 years ago
- Copied to Test #4460: Test pull from container registry added
Updated by ipanova@redhat.com about 5 years ago
- Project changed from Docker Support to Container Support
Updated by ipanova@redhat.com almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Adds aiohttp handlers for docker registry
The content app can be run in the foreground using the following command:
gunicorn pulpcore.content:server --bind 'localhost:8080' --worker-class 'aiohttp.GunicornWebWorker' -w 2
Then the docker client can pull with the following command:
sudo docker pull localhost:8080/foo
closes #4271 https://pulp.plan.io/issues/4271