http echo server with Golang
docker run -p 3000:3000 isayme/httpecho:lastest
version: '3'
services:
httpecho:
container_name: httpecho
image: isayme/httpecho:latest
ports:
# http echo serve with 3000 port
- '3000:3000'
restart: unless-stopped
Content type
Image
Digest
sha256:68b231c4f…
Size
6.6 MB
Last updated
over 2 years ago
docker pull isayme/httpecho