mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 02:07:25 +08:00
7 lines
221 B
YAML
7 lines
221 B
YAML
version: '2'
|
|
services:
|
|
golang:
|
|
tty: true # Enables debugging capabilities when attached to this container.
|
|
image: docker.io/bitnami/golang:1.18
|
|
command: ["sleep", "infinity"] # To keep the container running
|