Skip to content

Docker cannot connect after restarting #28

Open
@SilverFox008

Description

@SilverFox008

The system QNAP can be added to the network when it was first created, but after restarting the nas, it cannot be connected. The Docker starts normally, and after checking, there are tun, route, network, and moon. It is unknown what caused this.

sudo -i

docker run --name zerotier-one --device=/dev/net/tun --net=host \
  --cap-add=NET_ADMIN --cap-add=SYS_ADMIN \
  -v /var/lib/zerotier-one:/var/lib/zerotier-one zyclonite/zerotier

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @SilverFox008

        Issue actions

          Docker cannot connect after restarting · Issue #28 · zyclonite/zerotier-docker