mirror of
https://github.com/correl/docker-erlang.git
synced 2024-11-25 03:00:06 +00:00
Update README.md
When people try to use the command that is specified in the README.md, the Dockerfile does not install correctly. This is a fix for the typo.
This commit is contained in:
parent
fed199f4fc
commit
040600c9e7
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ applications.
|
|||
|
||||
* Start a throwaway instance of the erlang shell
|
||||
|
||||
docker run -it --rm correl/erlang:R17
|
||||
docker run -it --rm correl/erlang:17
|
||||
|
||||
* Run a container to use a development environment
|
||||
|
||||
docker run -it --name erlang-dev correl/erlang:R17 /bin/bash
|
||||
docker run -it --name erlang-dev correl/erlang:17 /bin/bash
|
||||
|
|
Loading…
Reference in a new issue