Skip to content

Commit

Permalink
Fix image name in example (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jawang35 authored Feb 27, 2019
1 parent 13ee1a4 commit 42d0dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ These variables can be [passed into the Docker run](https://docs.docker.com/engi
```sh
$ cp .env.sample .env # Fill out .env file
$ docker pull surfline/run-on-ec2
$ docker run --rm -it --env-file=.env run-on-ec2 echo \"hello world\"
$ docker run --rm -it --env-file=.env surfline/run-on-ec2 echo \"hello world\"

Creating key pair run-on-ec2-eb5f9910-1635-40e1-b120-0e08b06a60ce...
Launching instance run-on-ec2-eb5f9910-1635-40e1-b120-0e08b06a60ce...
Expand Down

0 comments on commit 42d0dce

Please sign in to comment.