docker_commander 1.0.3
docker_commander: ^1.0.3 copied to clipboard
A Docker manager, for local and remote host machins. Works with personalized containers and pre-configured popular containers.
1.0.3 #
- Added support to be used in the browser (only with
DockerHostRemote). DockerHost.run()new parameters:- imageArgs
- ports
- network
- hostname
- environment
- Added
DockerContainerConfig, for pre-configured containers. - Added
PostgreSQLContainer, using pre-configuredDockerContainerConfig.
1.0.2 #
- Added
DockerHostRemoteandDockerHostServer. DockerHost:- getRunnersInstanceIDs
- getRunnersNames
- getRunnerByInstanceID
- getRunnerByName
- stopByInstanceID
- stopByName
- stopRunners
DockerRunner:- isRunning
- Tests now runs with
locaandremotecontexts.
1.0.1 #
- Fix README.
1.0.0 #
- Initial version.