Unverified Commit 5345e853 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2913 from boxhock/fix-docker-instructions

Fix Docker run instructions in Readme
parents 64b5a090 ad8de09b
......@@ -57,13 +57,13 @@ If you want to run latest changes that are merged into master branch then run:
```
docker pull remixproject/remix-ide:latest
docker run -p 8080:80 remixproject-remix-ide:latest
docker run -p 8080:80 remixproject/remix-ide:latest
```
If you want to run latest remix-live release run.
```
docker pull remixproject/remix-ide:remix_live
docker run -p 8080:80 remixproject-remix-ide:remix_live
docker run -p 8080:80 remixproject/remix-ide:remix_live
```
### Run with docker-compose:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment