summaryrefslogtreecommitdiff
path: root/compose/container.py
Commit message (Expand)AuthorAge
* Remove local check for log-driver read supportSebastiaan van Stijn2021-01-28
* Removed Python2 supportalexrecuenco2020-08-11
* Merge pull request #7425 from kaspanet/masterAnca Iordache2020-08-03
|\
| * Update comment about log drivers that support log streamMike Zak2020-05-04
| * Add 'local' to list of logging drivers that support `docker-compose logs`Mike Zak2020-05-04
* | Removed sixBastian Venthur2020-06-03
* | Removed Python2 supportBastian Venthur2020-06-03
|/
* Don't append slugs to containers created by "up"Joffrey F2018-11-27
* Don't attempt to truncate a None value in Container.slugJoffrey F2018-10-31
* Preserve container numbers, add slug to prevent name collisionsJoffrey F2018-09-12
* Replace sequential container indexes with randomly generated IDsJoffrey F2018-09-11
* Allow all Compose commands to retrieve and handle legacy-name containersJoffrey F2018-05-24
* Add health string generator to match `docker ps` outputSorawis Nilparuk2018-02-12
* Bump python SDK to 3.0.0Joffrey F2018-01-31
* Improve ImageNotFound handling in convergenceJoffrey F2018-01-19
* Fix `ps` output to show all portsJoffrey F2017-06-12
* Only allow log streaming if logdriver is json-file or journaldJoffrey F2016-09-13
* Prevent unnecessary inspection of containers when created from an inspect.Daniel Nephin2016-04-06
* implement execTomas Tomecek2016-02-29
* Make environment variables without a value the same as docker-cli.Daniel Nephin2016-02-23
* Use 12 characters for the short id to match docker and fix backwards compatib...Daniel Nephin2016-02-08
* add support for stop_signal to compose fileJonathan Stewmon2016-01-12
* Fix lookup of linked containers for API version 1.20Daniel Nephin2016-01-05
* Upgrade tests to use new Mounts in container inspect.Daniel Nephin2016-01-05
* add restarting status for human_readable_stateJean Praloran2015-12-16
* Logs are available for all log drivers except for none.Daniel Nephin2015-10-29
* Move rename functionality into ContainerMazz Mosley2015-10-27
* Attach to a container's log_stream before they're startedMazz Mosley2015-10-27
* Remove unused attach_socket function from Container.Daniel Nephin2015-10-06
* Fix warning message when a container uses a non-json log driverDaniel Nephin2015-09-11
* Use custom container name in logs. Fixes #1851Karol Duleba2015-09-07
* Resolves #1856, fix regression in #1645. Includes some refactoring to make te...Daniel Nephin2015-08-26
* Run pre-commit on all filesDaniel Nephin2015-08-24
* Adds pause and unpause-commandsFrank Sachsenheim2015-08-21
* Ignore containers that don't have a nameAanand Prasad2015-08-10
* Implement smart recreate behind an experimental CLI flagAanand Prasad2015-05-18
* Add migration warning and option to migrate to labels.Daniel Nephin2015-05-18
* Resolves #1066, use labels to identify containersDaniel Nephin2015-05-18
* Use individual volumes for recreate instead of volumes_fromDaniel Nephin2015-05-11
* Add support for log-driver in docker-compose.ymlVincent Demeester2015-05-06
* Implement 'labels' optionAanand Prasad2015-04-29
* Fix --timeout flag on restart, add tests for stop and restartAanand Prasad2015-04-21
* Move several steps closer to python3 compatibilityIgor Ch2015-02-28
* WIP: rename Fig to ComposeAanand Prasad2015-01-20