docker_commander 1.0.9
docker_commander: ^1.0.9 copied to clipboard
A Docker manager, for local and remote host machins. Works with personalized containers and pre-configured popular containers.
1.0.9 #
DockerHost.runandDockerHost.exec:- exposed parameter
outputReadyType.
- exposed parameter
- Fixed
DockerProcessRemoteandDockerRunnerRemoteto use local resolution of output ready state. - Fixed sync of outputs of
DockerProcessRemote:- now retries in case of network error and also finalizes sync loop,
also checking if
DockerProcessRemotewas finished.
- now retries in case of network error and also finalizes sync loop,
also checking if
- Fixed read of
--cidfile: now waits for the CID file to exist. - Added
ApacheHttpdContainerexample toREADME.md.
1.0.8 #
- Fix
stopcommand forDockerHostRemoteandDockerHostServer.
1.0.7 #
- Added support for Docker exec.
DockerProcess: to handleexeccalls.execWhich: to facilitate binary path resolution inside containers.execCat: tocata file inside the container.
- Added
ApacheHttpdContainer, to run a pre-configure Apache HTTPD. - Improved
OutputandOutputStream:- Correctly detects that associated
DockerProcessexited. - Improved ready state with
OutputReadyType. DockerHostRemote:OutputClientnow sleeps when sync doesn't receive data, to reduce number of calls.
- Correctly detects that associated
1.0.6 #
- Change libraries:
docker_commander.dart: standard and portable, even works in the browser throughDockerHostRemote.docker_commander_vm.dart: VM exclusive features, likeDockerHostLocalandDockerHostServer.
- Fix Server token validation and ensure authentication in all operations.
1.0.5 #
- Fix libraries names.
1.0.4 #
- Fix library exports.
- Added
timeoutparameters to stop methods. - Organize imports.
- Improved README.md examples.
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.