Thomas Coldrick
27d3cafb7b
Add support for privileged option
...
Adds support for the `privileged` option in docker-compose.yml. This has
been supported in docker-compose since 0.4.0, so it seems reasonable to
add support here.
See https://docs.docker.com/compose/compose-file/#domainname-hostname-ipc-mac_address-privileged-read_only-shm_size-stdin_open-tty-user-working_dir
2019-11-17 13:13:03 +02:00
Anass Ahmed
e7a9bd3b70
Show stopped containers in ps
2019-11-10 17:16:02 +02:00
Anass Ahmed
ddd582c861
Add support for logs subcommand
2019-11-10 17:15:36 +02:00
Vincent Rischmann
169eaee9b2
Fix override of the run command
...
If there's no command defined in the arguments, `podman-compose run`
should use the command defined in docker-compose.yml
2019-11-10 17:03:17 +02:00
wampagingwabbits
c5f8973bd5
Mixed-case directory names break 'podman create'
...
The default project_name uses the directory name, but 'podman create' fails if the directory is mixed case.
2019-11-10 17:02:43 +02:00
Muayyad alsadi
12036aa54e
FIXES #76 : a service extends a service with same name
2019-11-07 19:09:32 +02:00
Muayyad alsadi
0fc864ffbe
Merge branch 'devel' of github.com:containers/podman-compose into devel
2019-11-07 18:56:00 +02:00
Muayyad alsadi
7222fdb6e7
exit if not files
2019-11-07 18:55:49 +02:00
Anass Ahmed
bb7120f3ff
Fix stop command runs start instead
2019-10-26 20:45:19 +02:00
Marius Hoch
7ebbe2efc6
Fix KeyErrors encountered with extended services
...
Docker compose file used:
https://github.com/wikimedia/mediawiki-extensions-Wikibase/blob/master/view/lib/wikibase-tainted-ref/docker-compose.yml
2019-10-25 16:09:38 +02:00
William José Moreno Reyes
29d4cdc9ab
Remove unused funtion in setup.py
...
Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
2019-10-13 00:31:50 +03:00
Simon Li
a9216c3980
podman volume inspect mountPoint/Mountpoint
...
podman version 1.6.1 volume inspect outputs Mountpoint instead of mountPoint
2019-10-05 23:44:38 +03:00
Muayyad alsadi
e538852dbe
#57 : better ps via label
2019-10-05 22:47:04 +03:00
Aric Renzo
b1c2b0222b
podman_compose.py
2019-10-05 22:38:50 +03:00
Muayyad alsadi
9e0dd2da9d
extends with external file
2019-10-05 22:37:14 +03:00
Marius Hoch
72c1992737
Remove never-shared options.
2019-10-05 22:35:05 +03:00
Marius Hoch
3e2381f040
Support extends
...
https://docs.docker.com/compose/extends/
Doesn't yet support referring to another file.
Needs Python 3.5+ (for merging dicts using **)
2019-10-05 22:35:05 +03:00
Muayyad alsadi
dee813a4b6
#47 : version command
2019-10-04 20:57:07 +03:00
Muayyad alsadi
9684429157
#52 : fix how we split commands
2019-10-04 20:36:30 +03:00
Muayyad alsadi
87e7211ade
#54 : fix ulimits
2019-10-04 20:27:19 +03:00
Mario
72697016f9
Fixed get of ulimit tag, according to docker-compose specification
2019-10-04 20:24:36 +03:00
Marius Hoch
b369073574
Fix podman-compose run command parsing
...
This got confused with the main command (up, down, …),
thus leading to:
cmd = self.commands[cmd_name]
TypeError: unhashable type: 'list'
2019-10-01 13:26:38 +03:00
Lorenzo Benvenuti
62f0cc492c
Changed -l flag to --label in order to be compatible with Podman 1.0.2.dev
2019-10-01 13:25:01 +03:00
Aric Renzo
c152d28af7
Support for generic container-compose format
2019-09-20 23:33:59 +03:00
Muayyad Alsadi
8e43e69c5b
FIX #41 : compare original volume name
2019-09-14 00:32:00 +03:00
Muayyad Alsadi
4c07e875a0
Merge branch 'devel' of github.com:containers/podman-compose into devel
2019-09-13 22:25:52 +03:00
Kevin Elliott
751aaa87f6
Add support for devices in a service
2019-09-13 22:25:26 +03:00
Tyler Ramer
243bdb688d
Add support for setting container ulimit
...
- supports `ulimit: host` or other single value
- As well as `ulimit: [nofile=5000, nproc=5000]` array
- As well as `ulimit: {nofile: 5000, nproc: 5000}` dict
Authored-by: Tyler Ramer <tramer@pivotal.io>
2019-09-13 22:25:26 +03:00
Muayyad Alsadi
d9cd0d6186
Merge branch 'master' of github.com:containers/podman-compose into devel
2019-09-13 22:23:22 +03:00
Muayyad Alsadi
ec06da2265
Merge pull request #38 from tylarb/ulimit
...
Add support for setting container ulimit
2019-09-12 02:00:23 +03:00
Tyler Ramer
2202e7f39b
Add support for setting container ulimit
...
- supports `ulimit: host` or other single value
- As well as `ulimit: [nofile=5000, nproc=5000]` array
- As well as `ulimit: {nofile: 5000, nproc: 5000}` dict
Authored-by: Tyler Ramer <tramer@pivotal.io>
2019-09-11 18:12:29 -04:00
Muayyad Alsadi
f505e499a2
a test showing yaml anchor magic
2019-09-09 00:48:25 +03:00
Muayyad Alsadi
813dc8b149
Merge remote-tracking branch 'origin/master' into devel
2019-09-09 00:18:41 +03:00
Muayyad Alsadi
6f2e5de57c
Merge pull request #37 from thenomemac/patch-3
...
add string check for cmd line args
2019-09-08 20:17:13 +03:00
Josiah Olson
2e4378f7ad
add string check for cmd line args
2019-09-08 12:57:49 -04:00
Muayyad Alsadi
2a8d430c92
FIXES #35 : now support multiple composer files
2019-09-08 02:20:48 +03:00
Muayyad Alsadi
a512c0cb82
#35 : test for multiple -f
2019-09-04 16:12:13 +03:00
Muayyad Alsadi
f008986633
release 0.1.5
2019-09-03 18:38:57 +03:00
Muayyad Alsadi
be2726da18
test compose files with build
2019-09-03 18:35:56 +03:00
Muayyad Alsadi
7bc6782e0d
#34 : fix attribute error, fallback to none
2019-09-03 16:13:24 +03:00
Muayyad Alsadi
2246204a52
typo
2019-09-03 00:23:08 +03:00
Muayyad Alsadi
601d0317bf
add docs directory
2019-09-03 00:19:41 +03:00
Muayyad Alsadi
470f8a3851
update readme and no arguments print help
2019-09-03 00:19:07 +03:00
Muayyad Alsadi
2d3e29e6f6
Merge pull request #31 from barseghyanartur/devel
...
Python packaging
2019-08-22 01:45:07 +03:00
Artur Barseghyan
3ae85b54a2
Version up
2019-08-22 00:31:53 +02:00
Artur Barseghyan
f7eb91ec99
Remove unnecessary parts from setup.py
2019-08-22 00:31:36 +02:00
Artur Barseghyan
cd1114d68e
Fixes in clean_up script
2019-08-22 00:18:55 +02:00
Artur Barseghyan
0501ea6084
Use twine for uploads
2019-08-22 00:15:59 +02:00
Artur Barseghyan
ea166f1da3
Update readme. Replace podman-compose.py with podman-compose
2019-08-22 00:04:45 +02:00
Artur Barseghyan
b327f19e88
Remove note on things that do not work
2019-08-22 00:03:19 +02:00