Skip to content

Instantly share code, notes, and snippets.

@BenSlabbert
Created March 20, 2020 08:40
Show Gist options
  • Save BenSlabbert/df5d36d2b11ec7d554d482dbf35e8a22 to your computer and use it in GitHub Desktop.
Save BenSlabbert/df5d36d2b11ec7d554d482dbf35e8a22 to your computer and use it in GitHub Desktop.
nice echo server
#!/bin/bash
docker container run --rm -d -p 8080:8080 gcr.io/google_containers/echoserver:1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment