Static Methodswift-cloud 0.31.0CloudCore
ubuntu(targetName:architecture:port:)
Docker.swift:48static func ubuntu(targetName: String, architecture: Architecture = .current, port: Int) -> String
static func ubuntu(targetName: String, architecture: Architecture = .current, port: Int) -> String
s9CloudCore6DockerO10DockerfileO6ubuntu10targetName12architecture4portS2S_AA12ArchitectureOSitFZ
What are these?8VV6Q
import CloudCore
enum Dockerfile
enum Docker
@frozen struct String
A Unicode string value that is a collection of characters.
enum Architecture
@frozen struct Int
A signed integer value type.
static func amazonLinux(targetName: String, architecture: Architecture = .current, port: Int) -> String
static func awsLambda(targetName: String, architecture: Architecture = .current) -> String
static func filePath(_ name: String) -> String
static func write(_ contents: String, to path: String) throws