Created
March 20, 2020 08:40
-
-
Save BenSlabbert/df5d36d2b11ec7d554d482dbf35e8a22 to your computer and use it in GitHub Desktop.
nice echo server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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