Skip to content

Instantly share code, notes, and snippets.

@ErnestoRB
Created January 28, 2023 06:02
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