Skip to content

Commit 20be942

Browse files
committed
Update label prefix for containers
1 parent c9fb544 commit 20be942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/container/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func (c ContainerCommand) StartContainer(config *types.SystemConfig, name Contai
269269
return nil
270270
}
271271

272-
const LABEL_PREFIX = "io.openrun."
272+
const LABEL_PREFIX = "dev.openrun."
273273

274274
func (c ContainerCommand) RunContainer(config *types.SystemConfig, appEntry *types.AppEntry, containerName ContainerName,
275275
imageName ImageName, port int64, envMap map[string]string, mountArgs []string,

0 commit comments

Comments
 (0)