package
1.64.0-1
Repository: https://github.com/aws/amazon-ecs-init.git
Documentation: pkg.go.dev

# Functions

Client returns the global docker client.
No description provided by the author
NewMockBackoff creates a new mock instance.
NewMockdockerclient creates a new mock instance.
NewMockdockerClientFactory creates a new mock instance.
NewMockfileSystem creates a new mock instance.

# Constants

CapChown to start agent with CAP_CHOWN capability This is needed for the ECS Agent to invoke the chown call when configuring the files for configuration or administration.
CapNetAdmin to start agent with NET_ADMIN capability For more information on capabilities, please read this manpage: http://man7.org/linux/man-pages/man7/capabilities.7.html.
CapSysAdmin to start agent with SYS_ADMIN capability This is needed for the ECS Agent to invoke the setns call when configuring the network namespace of the pause container For more information on setns, please read this manpage: http://man7.org/linux/man-pages/man2/setns.2.html.
DefaultCgroupMountpoint is the default mount point for the cgroup subsystem.

# Variables

No description provided by the author

# Structs

MockBackoff is a mock of Backoff interface.
MockBackoffMockRecorder is the mock recorder for MockBackoff.
Mockdockerclient is a mock of dockerclient interface.
MockdockerClientFactory is a mock of dockerClientFactory interface.
MockdockerClientFactoryMockRecorder is the mock recorder for MockdockerClientFactory.
MockdockerclientMockRecorder is the mock recorder for Mockdockerclient.
MockfileSystem is a mock of fileSystem interface.
MockfileSystemMockRecorder is the mock recorder for MockfileSystem.