> +   
> +   @Nullable public abstract String name();
> +   
> +   public abstract Map<String, String> environment();
> +   
> +   public abstract List<String> entryPoint();
> +   
> +   public abstract String hostName();
> +   
> +   public abstract List<ImagePortsInfo> bindPorts();
> +   
> +   public abstract List<String> volumes();
> +   
> +   public abstract Map<String, String> restartPolicy();
> +   
> +   @Nullable public abstract boolean publish();

nit: primitive types can't be null

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/116/files#r22195650

Reply via email to