Container Args
constructor(attach: Output<Boolean>? = null, capabilities: Output<ContainerCapabilitiesArgs>? = null, command: Output<List<String>>? = null, containerReadRefreshTimeoutMilliseconds: Output<Int>? = null, cpuSet: Output<String>? = null, cpuShares: Output<Int>? = null, destroyGraceSeconds: Output<Int>? = null, devices: Output<List<ContainerDeviceArgs>>? = null, dns: Output<List<String>>? = null, dnsOpts: Output<List<String>>? = null, dnsSearches: Output<List<String>>? = null, domainname: Output<String>? = null, entrypoints: Output<List<String>>? = null, envs: Output<List<String>>? = null, gpus: Output<String>? = null, groupAdds: Output<List<String>>? = null, healthcheck: Output<ContainerHealthcheckArgs>? = null, hostname: Output<String>? = null, hosts: Output<List<ContainerHostArgs>>? = null, image: Output<String>? = null, init: Output<Boolean>? = null, ipcMode: Output<String>? = null, labels: Output<List<ContainerLabelArgs>>? = null, links: Output<List<String>>? = null, logDriver: Output<String>? = null, logOpts: Output<Map<String, Any>>? = null, logs: Output<Boolean>? = null, maxRetryCount: Output<Int>? = null, memory: Output<Int>? = null, memorySwap: Output<Int>? = null, mounts: Output<List<ContainerMountArgs>>? = null, mustRun: Output<Boolean>? = null, name: Output<String>? = null, networkAliases: Output<List<String>>? = null, networkMode: Output<String>? = null, networks: Output<List<String>>? = null, networksAdvanced: Output<List<ContainerNetworksAdvancedArgs>>? = null, pidMode: Output<String>? = null, ports: Output<List<ContainerPortArgs>>? = null, privileged: Output<Boolean>? = null, publishAllPorts: Output<Boolean>? = null, readOnly: Output<Boolean>? = null, removeVolumes: Output<Boolean>? = null, restart: Output<String>? = null, rm: Output<Boolean>? = null, runtime: Output<String>? = null, securityOpts: Output<List<String>>? = null, shmSize: Output<Int>? = null, start: Output<Boolean>? = null, stdinOpen: Output<Boolean>? = null, stopSignal: Output<String>? = null, stopTimeout: Output<Int>? = null, storageOpts: Output<Map<String, Any>>? = null, sysctls: Output<Map<String, Any>>? = null, tmpfs: Output<Map<String, Any>>? = null, tty: Output<Boolean>? = null, ulimits: Output<List<ContainerUlimitArgs>>? = null, uploads: Output<List<ContainerUploadArgs>>? = null, user: Output<String>? = null, usernsMode: Output<String>? = null, volumes: Output<List<ContainerVolumeArgs>>? = null, wait: Output<Boolean>? = null, waitTimeout: Output<Int>? = null, workingDir: Output<String>? = null)