Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #237081

Re: Docker installation problems

From IL Ka <kazakevichilya@gmail.com>
Newsgroups linux.debian.user
Subject Re: Docker installation problems
Date 2021-07-08 20:00 +0200
Message-ID <CyGtA-HJ-3@gated-at.bofh.it> (permalink)
References <Cyp9n-7dq-1@gated-at.bofh.it> <CypsJ-7jf-7@gated-at.bofh.it> <CyFnP-6c-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

>
> failed to create API server: Could not load X509 key pair (cert:
> "/var/docker/server.pem", key: "/var/docker/serverkey.pem"): open
> /var/docker/server.pem: no such file or directory
>
> On my system the /var/docker directory doesn't exist. Further, server.pem
> doesn't exist anywhere on my system. Now what?


But in your ``daemon.json`` you explicitly asked for TLS and even provided
a path to these files.
(to enable TLS one needs a certificate (with public key) and private key
for it)

Let's see if docker works without this file.

# mv /etc/docker/daemon.json /etc/docker/daemon.json.back
# dockerd

if it works, start it with ``systemd`` and see if it works



>

Back to linux.debian.user | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Docker installation problems "Gary L. Roach" <garyroach719@gmail.com> - 2021-07-08 01:30 +0200
  Re: Docker installation problems IL Ka <kazakevichilya@gmail.com> - 2021-07-08 01:50 +0200
    Re: Docker installation problems "Gary L. Roach" <garyroach719@gmail.com> - 2021-07-08 18:50 +0200
      Re: Docker installation problems john doe <johndoe65534@mail.com> - 2021-07-08 20:00 +0200
      Re: Docker installation problems IL Ka <kazakevichilya@gmail.com> - 2021-07-08 20:00 +0200
      Re: Docker installation problems Alex Mestiashvili <amestia@rsh2.donotuse.de> - 2021-07-08 20:00 +0200
        Re: Docker installation problems [Solved] "Gary L. Roach" <garyroach719@gmail.com> - 2021-07-09 01:30 +0200

csiph-web