log docker/libervia_cont.sh @ 111:a3f9cfa2721e

age author description
Mon, 29 Feb 2016 21:54:43 +0100 Goffi docker (libervia_cont): workaround for copying config when Docker version is below 1.8.0
Mon, 29 Feb 2016 21:54:41 +0100 Goffi docker (libervia_cont): added check_docker_version function which return 0 if current docker version is greater than wanted one, -1 else
Mon, 29 Feb 2016 21:50:53 +0100 Goffi docker (libervia_cont): added eprintf function to print to stderr
Mon, 29 Feb 2016 12:59:23 +0100 Goffi Docker (libervia_cont, sat, sat_nomedia): removed port 28915 which was used for SI File Transfer and is not used anymore (it may reappear in the futur if force_port is reimplemented)
Sat, 27 Feb 2016 00:45:58 +0100 Goffi docker (libervia_cont): added a "stats" command for containers resources usage statistics
Sat, 27 Feb 2016 00:45:40 +0100 Goffi docker (libervia_cont): added a "status" command:
Fri, 26 Feb 2016 23:32:07 +0100 Goffi docker (libervia_cont): remove volumes from container on "stop" command
Fri, 26 Feb 2016 20:46:53 +0100 Goffi docker (libervia_cont): added -v argument in help message for removing sat_data in restore command
Fri, 26 Feb 2016 20:20:36 +0100 Goffi docker (libervia_cont): fixed restore when full backup path is used
Fri, 26 Feb 2016 17:29:34 +0100 Goffi docker (libervia_cont): removed instructions about commiting sat_data, as a volume container will not commit data (see https://github.com/docker/docker/issues/7583)
Wed, 24 Feb 2016 20:29:30 +0100 Goffi docker (libervia_cont): removed useless echo in get_dyn_var
Wed, 24 Feb 2016 20:24:05 +0100 Goffi docker (libervia_cont): SAT_CONT_PORT_<port> environment variable can now be used to specify destination ports when -p is used
Wed, 24 Feb 2016 15:42:48 +0100 Goffi docker (libervia_cont): added SAT_CONT_DK_EXTRA environment variable for specifying extra options when running containers
Wed, 24 Feb 2016 15:23:38 +0100 Goffi docker (libervia_cont): added "-f" option in help message for logs
Fri, 19 Feb 2016 14:27:11 +0100 Goffi docker (prosody, libervia_cont): expose HTTP upload ports in Prosody image
Fri, 19 Feb 2016 14:14:19 +0100 Goffi docker (libervia_cont): backup dir can now be specified on command line or with SAT_CONT_BACKUP_DIR environment variable
Fri, 19 Feb 2016 14:14:16 +0100 Goffi docker (libervia_cont): domain can now be specified with "SAT_CONT_DOMAIN" env variable in addition to command line argument + use https for help site (wiki)
Fri, 19 Feb 2016 13:35:25 +0100 Goffi docker (libervia_cont): TLS dir (directory with certificate) can now be specified with env variable "SAT_CONT_TLS_DIR"
Thu, 18 Feb 2016 18:34:11 +0100 Goffi docker(libervia_cont): added a "restore" command
Thu, 18 Feb 2016 17:35:07 +0100 Goffi docker (libervia_cont): new commands:
Mon, 20 Oct 2014 18:16:27 +0200 Goffi Docker: we update images, not containers
Mon, 20 Oct 2014 16:50:12 +0200 Goffi docker: replaces tabs by spaces, download first app containers then data container + minor changes
Mon, 20 Oct 2014 16:19:39 +0200 Goffi docker: "docker pull" result is not hidden anymore in libervia_cons.sh update, so download progress can be followed
Mon, 20 Oct 2014 13:12:31 +0200 Goffi docker: added docker presence check + if image are not present locally on run, download them without catching the output (so we can se the progress)
Sun, 19 Oct 2014 19:44:47 +0200 Goffi docker: fixed libervia_cont update + added some newlines
Sun, 19 Oct 2014 19:40:45 +0200 Goffi docker: added "latest" tag when pulling in libervia_cont.sh update
Sun, 19 Oct 2014 15:14:40 +0200 Goffi Added Dockerfiles to create Docker images for easy installation + scripts to manages them. see README for details.