Mercurial > hg > Applications > docker-wrapper
comparison ie-docker.h @ 23:1bb75d2408ae
Support basic commands
author | atton |
---|---|
date | Thu, 26 Nov 2015 18:16:25 +0900 |
parents | 8a086917cf1a |
children |
comparison
equal
deleted
inserted
replaced
22:2f199ccd8e2d | 23:1bb75d2408ae |
---|---|
1 /* Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License */ | 1 /* Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License */ |
2 #ifndef IE_DOCKER | 2 #ifndef IE_DOCKER |
3 | 3 |
4 #define base_exec_command "/usr/bin/docker" | 4 #define base_exec_command "/usr/bin/docker" |
5 #define ps_exec_command "/usr/bin/docker ps -a" | 5 #define ps_exec_command "/usr/bin/docker ps" |
6 | 6 |
7 #define run_command "run" | 7 #define run_command "run" |
8 #define build_command "" | 8 #define build_command "" |
9 #define attach_command "attach" | 9 #define attach_command "attach" |
10 // #define pull_command "pull" /* download docker image command */ | 10 // #define pull_command "pull" /* download docker image command */ |