Versions in this module Expand all Collapse all v0 v0.1.0 Mar 12, 2022 Changes in this version + func BuildImage(devcontainer DevContainer) (string, error) + type ContainerContext struct + func NewContainerContext(tag string, devcontainer DevContainer, serviceURL ServiceURL) (ContainerContext, error) + func (c *ContainerContext) Run() error + type ServiceURL struct + Host string + Port int + WorkspaceFolder string + func GetServiceURL(devcontainer DevContainer) (ServiceURL, error) + func (s *ServiceURL) String() string