mirror of
https://github.com/apple/container.git
synced 2026-09-25 07:39:36 -05:00
Use python:alpine for tutorial. (#46)
This commit is contained in:
@@ -84,7 +84,7 @@ public final class ReservedVmnetNetwork: Network {
|
||||
|
||||
private func startNetwork(configuration: NetworkConfiguration, log: Logger) throws {
|
||||
log.info(
|
||||
"starting nmos vmnet network",
|
||||
"starting vmnet network",
|
||||
metadata: [
|
||||
"id": "\(configuration.id)",
|
||||
"mode": "\(configuration.mode)",
|
||||
@@ -140,7 +140,7 @@ public final class ReservedVmnetNetwork: Network {
|
||||
let runningGateway = IPv4Address(fromValue: runningSubnet.lower.value + 1)
|
||||
self._state = .running(configuration, NetworkStatus(address: runningSubnet.description, gateway: runningGateway.description))
|
||||
log.info(
|
||||
"started (reservation) nmos vmnet network",
|
||||
"started vmnet network",
|
||||
metadata: [
|
||||
"id": "\(configuration.id)",
|
||||
"mode": "\(configuration.mode)",
|
||||
|
||||
Reference in New Issue
Block a user