-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed * Validated support for podman in root and rootless mode * Requires upserve/docker-api#569 * Changed the acceptance nodesets to centos so that testing on both podman and docker will function properly * No longer start containers in privileged mode by default for safety reasons * Updated the README * Fixed support for connections to socket files * Added a check for detection of SSH ports < 1024 if operating in rootless mode * Ensure that the IP is set to 127.0.0.1 instead of 0.0.0.0 for better SSH connections * Override host.reboot so that containers are not accidentally destroyed * Fixed PAM session entries due to known pam_loginuid issues * Override enable_root_login since it is already performed by this plugin * Override ssh_service retart if the init process is set as sshd since that causes container termination * Added * Migrated to support docker-api 2.X * Set container names as `beaker-<uniquehash>` for easy cleanup if a name is not otherwise specified * Ensure that the underlying container object can be accessed at any time through `host[:docker_container]` for selective optimization * May want to override the archive_to and scp_to/from methods to call the underlying docker-api commands at some point
- Loading branch information
1 parent
022d41b
commit 1a86f10
Showing
5 changed files
with
639 additions
and
527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.