Sign inSign up

markus621/golang

By markus621

Updated over 3 years ago

Image
0

299

markus621/golang repository overview

docker-compose

version: '2.4'
services:
  app:
    image: markus621/golang:latest
    container_name: go_app
    volumes:
      - ./src:/app:ro
    healthcheck:
      test: [ "CMD", "/healthcheck.sh", "8080"]
      interval: 15s
      timeout: 10s
      retries: 10
networks:
  default:
    name: go_app_net

Tag summary

Content type

Image

Digest

sha256:a33e41179

Size

228.9 MB

Last updated

over 3 years ago

docker pull markus621/golang