Exo
  • About Exo
  • Getting Started
    • Quick Start
    • Installing Exo
      • Uninstall
  • Using Exo
    • Command Line Interface
    • Concepts
  • Manifests
    • exo.hcl
    • Migrating to Exo
      • Procfiles
      • Compose
  • Components
    • Overview
    • Unix
      • Process
    • Docker
      • Container
      • Volume
      • Network
  • Support
    • Github Issues
    • Slack Community
  • Resources
    • Videos
    • Github
    • Changelog
    • Legal
      • License
      • Terms of Service
      • Privacy Privacy
Powered by GitBook
On this page
  • Container Component
  • Example

Was this helpful?

  1. Components
  2. Docker

Container

PreviousDockerNextVolume

Last updated 3 years ago

Was this helpful?

Container Component

A Docker container.

A container block may contain attributes as specified by

Example

container "echo" {
  image = "ealenn/echo-server"
}
compose-spec's services element