dockerubuntudocker-daemon

How to check the status of Docker live restore?


I configured Docker live restore using the official guide at https://docs.docker.com/engine/daemon/live-restore/. I have many running containers, so before restarting Docker, I want to make sure that live restore is enabled. How can I check that?


Solution

  • You can run docker info to get the state of Live restore:

    $ docker info
    [...]
    Docker Root Dir: /var/lib/docker
    Debug Mode: false
    Experimental: false
    Insecure Registries:
    127.0.0.0/8
    Live Restore Enabled: false