Bug 1317655 - Can't start docker-registry service
Summary: Can't start docker-registry service
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: docker-registry
Version: 22
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Lokesh Mandvekar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-14 18:52 UTC by Richard Fontana
Modified: 2016-04-02 04:33 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-02 04:33:56 UTC
Type: Bug


Attachments (Terms of Use)

Description Richard Fontana 2016-03-14 18:52:25 UTC
Description of problem:

I am unable to start the docker-registry service.


Version-Release number of selected component (if applicable):
0.9.1

How reproducible:
sudo dnf -y install docker registry;
sudo systemctl start docker-registry;
sudo systemctl enable docker-registry;

sudo systemctl -l status docker-registry


● docker-registry.service - Registry server for Docker
   Loaded: loaded (/usr/lib/systemd/system/docker-registry.service; enabled; vendor preset: disabled)
   Active: failed (Result: start-limit) since Mon 2016-03-14 14:45:19 EDT; 4min 42s ago
  Process: 15607 ExecStart=/usr/bin/gunicorn --access-logfile - --debug --max-requests 100 --graceful-timeout 3600 -t 3600 -k gevent -b ${REGISTRY_ADDRESS}:${REGISTRY_PORT} -w $GUNICORN_WORKERS docker_registry.wsgi:application (code=exited, status=2)
 Main PID: 15607 (code=exited, status=2)

Mar 14 14:45:19 monk systemd[1]: Unit docker-registry.service entered failed state.
Mar 14 14:45:19 monk systemd[1]: docker-registry.service failed.
Mar 14 14:45:19 monk systemd[1]: docker-registry.service holdoff time over, scheduling restart.
Mar 14 14:45:19 monk systemd[1]: start request repeated too quickly for docker-registry.service
Mar 14 14:45:19 monk systemd[1]: Failed to start Registry server for Docker.
Mar 14 14:45:19 monk systemd[1]: Unit docker-registry.service entered failed state.
Mar 14 14:45:19 monk systemd[1]: docker-registry.service failed.

Comment 1 Lokesh Mandvekar 2016-04-02 04:33:56 UTC
docker-registry has been obsoleted by docker-distribution.

Please try out the latter instead.


Note You need to log in before you can comment on or make changes to this bug.