We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece8f98 commit f8a18e8Copy full SHA for f8a18e8
1 file changed
Sources/Containerization/LinuxContainer.swift
@@ -28,7 +28,7 @@ import struct ContainerizationOS.Terminal
28
/// `LinuxContainer` is an easy to use type for launching and managing the
29
/// full lifecycle of a Linux container ran inside of a virtual machine.
30
public final class LinuxContainer: Container, Sendable {
31
- static let maxIDLength = 64
+ public static let maxIDLength = 64
32
33
/// The identifier of the container.
34
public let id: String
0 commit comments