Open
Description
In https://github.com/almoehi/reactive-docker/blob/master/src/main/scala/com/kolor/docker/api/entities/ContainerConfiguration.scala shouldn't image
be a String
instead of an Option[String]
, since it's a required value?
Also I think volumes
should be just a Map[String, DockerVolume]
, same thing for exposedPorts
, env
and probably others.
Metadata
Metadata
Assignees
Labels
No labels