• Skip timezone.system and service.running on Docker

    `service.running` requires talking to init,
    which is not running inside Docker.
    
    `timezone.system` on systemd distros uses timedatectl
    which also wants to talk to a running systemd,
    so skip that on Docker as well.
    aneeshusa committed Apr 26, 2017