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

Fix Docker run instructions in Readme
pull/262/head
yann300 4 years ago committed by GitHub
commit 5345e853ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

@ -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 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. If you want to run latest remix-live release run.
``` ```
docker pull remixproject/remix-ide:remix_live 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: ### Run with docker-compose:

Loading…
Cancel
Save