# Pastebin pASUUn5x Python 3.5.2+ (default, Sep 22 2016, 12:18:14) [GCC 6.2.0 20160927] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import docker >>> client = docker.from_env() >>> client.containers > >>> client.containers.run()) Traceback (most recent call last): File "", line 1, in AttributeError: 'function' object has no attribute 'run'