Commit Graph

17 Commits

Author SHA1 Message Date
bf53c905e5 Added switch init. 2019-03-21 15:52:01 +01:00
ea79b9b98c Merge branch 'master' of https://git.schle.nz/fabian/dup 2019-03-21 15:51:07 +01:00
e2b14af74c Extended the sample to contain test: true 2019-03-21 15:49:13 +01:00
6c2bf950a0 Added a switch for ipv6. 2019-03-21 15:48:53 +01:00
7b102d25aa Use the default editor. 2019-02-26 09:55:40 +01:00
5a3a1be5a2 Many changes. 2018-11-07 13:21:23 +01:00
3bcaab101b Added --list to list all known container names. 2017-09-25 09:28:58 +02:00
648da782d4 Only require base_dir and container for certain commands. 2017-09-25 09:27:51 +02:00
7a83662485 Small improvements in the handling of external commands. 2017-09-25 09:26:58 +02:00
7a1c8e5417 Added support for --net and --entrypoint. 2017-09-25 09:26:18 +02:00
e8bea498d8 Added support for pulling new images before starting the container. 2017-09-25 09:25:09 +02:00
12c16cf9c3 Using environment variable DUP_DIR to point us to the location of the yml files. 2017-02-13 16:39:10 +01:00
ba4f1e057a Fixed bug remaining from splitting of create-from-container functionality. 2017-02-13 16:02:19 +01:00
d889ba5124 Fixed two bugs in the sample yaml: interactive was split into tty and stdin_open following the compose file docs. And stop_grace_period requires an integer, not a time string. 2017-02-13 13:08:47 +01:00
7146cdb027 Implemented dynamic mapping of yaml values to command line arguments. 2017-02-13 13:07:32 +01:00
1b770d45d8 Parsing command line arguments via GetoptLong. 2017-02-10 09:00:05 +01:00
8900173016 Initial commit. 2017-02-08 16:45:53 +01:00