Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor tests when checking for error exit codes | Jhon Honce | 2019-10-16 |
| | | | | | | | Rather than checking for non-zero, we need to check for >0 to distinguish between timeouts and error exit codes. Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | podman network create: validate user input | Mrigank Krishan | 2019-10-04 |
| | | | | | | | Disallow invalid/confusing names such as '../bar' or 'foo ' Closes #4184 Signed-off-by: Mrigank Krishan <mrigankkrishan@gmail.com> | ||
* | podman network create | baude | 2019-09-09 |
initial implementation of network create. we only support bridging networks with this first pass. Signed-off-by: baude <bbaude@redhat.com> |