Skip to content

Instantly share code, notes, and snippets.

@ErnestoRB
Created January 28, 2023 06:02
Show Gist options
  • Save ErnestoRB/2a23c051fb8168e1f1d345d8f02e488c to your computer and use it in GitHub Desktop.
Save ErnestoRB/2a23c051fb8168e1f1d345d8f02e488c to your computer and use it in GitHub Desktop.
Interactive docker compose container
spigot:
build: .
stdin_open: true
tty: true
container_name: spigot
@ErnestoRB
Copy link
Author

Just do a docker attach spigot after a docker compose up -d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment