docker_commander 1.0.6 copy "docker_commander: ^1.0.6" to clipboard
docker_commander: ^1.0.6 copied to clipboard

outdated

A Docker manager, for local and remote host machins. Works with personalized containers and pre-configured popular containers.

1.0.6 #

  • Change libraries:
    • docker_commander.dart: standard and portable, even works in the browser through DockerHostRemote.
    • docker_commander_vm.dart: VM exclusive features, like DockerHostLocal and DockerHostServer.
  • Fix Server token validation and ensure authentication in all operations.

1.0.5 #

  • Fix libraries names.

1.0.4 #

  • Fix library exports.
  • Added timeout parameters 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-configured DockerContainerConfig.

1.0.2 #

  • Added DockerHostRemote and DockerHostServer.
  • DockerHost:
    • getRunnersInstanceIDs
    • getRunnersNames
    • getRunnerByInstanceID
    • getRunnerByName
    • stopByInstanceID
    • stopByName
    • stopRunners
  • DockerRunner:
    • isRunning
  • Tests now runs with loca and remote contexts.

1.0.1 #

  • Fix README.

1.0.0 #

  • Initial version.
11
likes
0
pub points
63%
popularity

Publisher

unverified uploader

A Docker manager, for local and remote host machins. Works with personalized containers and pre-configured popular containers.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

logging, mercury_client, swiss_knife

More

Packages that depend on docker_commander