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

# Functions

AgentConfigDirectory returns the location on disk for configuration.
AgentConfigFile returns the location of a file of environment variables passed to the Agent.
AgentDataDirectory returns the location on disk where state should be saved.
AgentJSONConfigFile returns the location of a file containing configuration expressed in JSON.
AgentRemoteTarball is the remote location of the Agent image, used for populating the cache.
AgentRemoteTarballMD5 is the remote location of a md5sum used to verify the integrity of the AgentRemoteTarball.
AgentTarball returns the location on disk of the cached Agent image.
CacheDirectory returns the location on disk where Agent images should be cached.
CacheState returns the location on disk where cache state is stored.
No description provided by the author
DesiredImageLocatorFile returns the location on disk of a well-known file describing an Agent image to load.
No description provided by the author
No description provided by the author
LogDirectory returns the location on disk where logs should be placed.
Logger holds the bundled log configuration for seelog.

# Constants

AgentContainerName is the name of the Agent container started by this program.
AgentImageName is the name of the Docker image containing the Agent.
AgentLogFile is the name of the log file used by the Agent.
No description provided by the author