Mercurial > hg > Applications > docker-wrapper
diff ie-docker.h @ 23:1bb75d2408ae
Support basic commands
author | atton |
---|---|
date | Thu, 26 Nov 2015 18:16:25 +0900 |
parents | 8a086917cf1a |
children |
line wrap: on
line diff
--- a/ie-docker.h Thu Nov 26 17:52:30 2015 +0900 +++ b/ie-docker.h Thu Nov 26 18:16:25 2015 +0900 @@ -2,7 +2,7 @@ #ifndef IE_DOCKER #define base_exec_command "/usr/bin/docker" -#define ps_exec_command "/usr/bin/docker ps -a" +#define ps_exec_command "/usr/bin/docker ps" #define run_command "run" #define build_command ""