gpouilloux / gnome-shell-extension-docker

An extension for managing docker containers
GNU General Public License v3.0
146 stars 71 forks source link

Handle case when containerStatusMessage is "Created" #6

Closed bugthing closed 8 years ago

bugthing commented 8 years ago

When using Docker version 1.12.1, build 23cf638 on Arch linux the containerStatusMessage was coming back as Created which uptil this patch was preventing the extension from loading

bugthing commented 8 years ago

Thanks for this extension, very handy. For some reason it would not work on one of my machines, after abit of digging I discovered the reason (see this PR) Not sure why the status is coming back as "Created", but it is and this PR fixes my issue ... I wonder if its got anything to do with the machine it does not working on using btrfs driver for docker.

gpouilloux commented 8 years ago

Steps to reproduce :

Your fix makes sense so I'm merging it