Muayyad alsadi
30cfe2317c
set version
2021-12-09 16:12:59 +02:00
Tim Elliott
7fda1cc835
fix AttributeError when running a one-off command
...
Without this, I get errors when running "podman-compose -p podname run".
2021-12-09 16:11:04 +02:00
Luiz Carvalho
5f40f4df31
Remove named volumes during "down -v"
...
Fixes containers#105
Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
2021-12-09 16:09:59 +02:00
Muayyad alsadi
d38aeaa713
update README
2021-12-09 15:59:34 +02:00
aanno
17f9ca61bd
test fixes for SELinux (Fedora)
2021-11-24 18:06:18 +02:00
Muayyad alsadi
80a47a13d5
add network-alias
2021-11-21 12:35:13 +02:00
Muayyad alsadi
872404c3a7
initial work on CNI podman network create
2021-11-21 01:23:29 +02:00
Muayyad alsadi
1f989ed133
FIXES #356 : respect pull_policy
2021-11-16 11:12:08 +02:00
Muayyad alsadi
66ce2a34f5
release 0.1.8
2021-11-15 00:27:03 +02:00
Muayyad alsadi
d8e11d59ef
FIXES #312 : run starts dependencies
2021-11-14 01:37:22 +02:00
Muayyad alsadi
72c3572123
#289 : exit code and test for that
2021-11-14 00:59:41 +02:00
Muayyad alsadi
c187e88eaf
up and down specific containers
2021-11-14 00:28:43 +02:00
Muayyad alsadi
31b8bb477d
simpler passing of env
2021-11-14 00:00:08 +02:00
Anatoli Babenia
f177712585
Fix up
arguments parsing
...
These is already parsed here
502d7cc206/podman_compose.py (L1644)
2021-11-13 23:53:57 +02:00
Muayyad alsadi
ae3deb19dc
#355 : fix dry run
2021-11-13 13:08:32 +02:00
Muayyad alsadi
117b7fbb9e
command list of strings
2021-11-11 17:52:02 +02:00
Muayyad alsadi
5acb9978eb
command list of strings
2021-11-11 17:47:26 +02:00
Muayyad Alsadi
02b2f6585d
Update issue templates
2021-11-11 17:43:47 +02:00
Muayyad Alsadi
a36b6f1feb
Update issue templates
2021-11-11 17:16:47 +02:00
Muayyad Alsadi
e3be6dd511
Update issue templates
2021-11-11 17:13:56 +02:00
Muayyad Alsadi
4b756786f3
Update issue templates
2021-11-11 17:12:02 +02:00
Muayyad alsadi
dcb038ef3a
remove tabs
2021-11-11 14:27:30 +02:00
Muayyad alsadi
a2fef56b07
FIXES #353 : down in reverse order
2021-11-11 11:32:24 +02:00
Muayyad alsadi
c753b8e2cf
FIXES #167 : support ContainerFile
2021-11-11 11:27:33 +02:00
Muayyad alsadi
c9486c9f3b
#115 : handle string entrypoint
2021-10-25 00:14:19 +03:00
Muayyad alsadi
f2aeaba0d6
#348 : conditional --infra-name
2021-10-24 17:35:36 +03:00
Muayyad alsadi
2d80e435dd
remove print
2021-10-14 02:12:28 +03:00
Muayyad alsadi
d1a77defcd
external name
2021-10-14 02:11:45 +03:00
Muayyad alsadi
c49f0700c8
volumes with names
2021-10-14 01:30:44 +03:00
Igor Kuznetsov
6d69b7c74c
Add support external volumes
...
# docker-compose.yml
version: '3'
services:
test:
volumes:
- data:/data
volumes:
data:
name: some
external: true
2021-10-14 00:12:06 +03:00
Muayyad alsadi
ab135030c8
add support for long port publishing format
2021-10-10 00:43:01 +03:00
Muayyad alsadi
069018c5b1
#342 : set infra container name
2021-10-04 14:40:54 +03:00
Anatoli Babenia
b33c42b7e2
Readability fix for missing commands
...
Of course it would be better to have a proper compatibility page (#26 )
2021-09-23 14:58:45 +03:00
Kangwook Lee
785f7ad8a3
Get version info with setup.cfg
2021-09-11 23:35:36 +03:00
Muayyad alsadi
b6a9f8efd4
#335 : report version with -v
2021-09-09 00:33:07 +03:00
Jiangge Zhang
4a5fd23a2e
#275 make pipx happy
2021-09-08 14:23:02 +03:00
Sam
dc0ac0d03c
docs: added the transform_policy default and description
2021-09-06 10:02:13 +03:00
Muayyad alsadi
502d7cc206
#327 : accept ports as string
2021-08-26 12:37:14 +03:00
kozlowskim6
e85d79d4f4
added cpu_shares flag for v2
2021-08-18 11:56:12 +03:00
kozlowskim6
bfb57b9ba2
added cpu_shares flag for v2
2021-08-18 11:56:12 +03:00
Gerhard Bräunlich
2d0aad6692
Also pull images with a build section
2021-08-05 15:07:05 +03:00
Gerhard Bräunlich
ff5b9f1663
Support for logging
2021-07-27 14:54:36 +03:00
Sam
62aa337f17
feat(secrets): ✨ Add support for secrets
...
Adds support for -
- (1) Declared secrets with the file location.
- (2) Declared secrets with file location, mounted as a different named secret.
- (3) Declared secrets with file location, mounted at arbitrary location.
- (4) External secrets (type=mount), mounted as original secret name.
- (5) External secrets (type=mount), mounted as original secret name, with specified uid, gid and mode.
2021-07-24 02:29:32 +03:00
Paul Wilde
3836094c64
Update podman_compose.py
...
it would be nice to use "podman-compose.yml" as a compose file name. compose.yml is useful, but I prefer the clarity of having the "podman" prefix.
2021-07-17 16:18:40 +03:00
Muayyad alsadi
d97a20d563
#308 : fix environment
2021-06-23 18:04:13 +03:00
Muayyad alsadi
f417c9ab8c
#120 : extend not add
2021-06-22 23:52:24 +03:00
Muayyad alsadi
5ed5528294
FIXES #120 : parse mem and cpu limits
2021-06-22 23:48:05 +03:00
Muayyad alsadi
3d6ca3c204
FIXES #120 : parse mem and cpu limits
2021-06-22 23:30:22 +03:00
Stefan Weil
6e3383de72
Convert numeric command arguments to string ( fixes #77 )
...
The input argument cmd_args is a list which may contain numeric elements.
Convert all elements to strings before passing them to functions which
expect str data type.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-06-16 22:19:42 +03:00
Stefan Weil
8ef7587aa1
Fix some typos (found by codespell)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-06-16 22:17:28 +03:00