package
1.21.0
Repository: https://github.com/aws/amazon-ecs-cli.git
Documentation: pkg.go.dev

# Packages

Package mock_network is a generated GoMock package.

# Functions

Setup creates a user-defined bridge network with a running Local Container Endpoints container.
Teardown removes both the Local Endpoints container and the Local network created by Setup.

# Constants

EcsLocalNetworkName is the name of the network created for local ECS tasks to join.

# Interfaces

LocalEndpointsStarter groups Docker functions to create the ECS local network and the Local Container Endpoints container if they don't exist.
LocalEndpointsStopper groups the Docker NetworkInspect, ContainerStop, ContainerRemove, and NetworkRemove functions.