Skip to content

Conversation

yann300
Copy link
Collaborator

@yann300 yann300 commented Jun 15, 2020

No description provided.

To run locally without building you only need docker-compose.yaml file and you can run:

```
docker-compose up -d
Copy link
Collaborator Author

@yann300 yann300 Jun 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe worth saying that this command will run the lastest code from master.

Also worth mentioning is it possible to pull the docker without cloning the repo:
for running master branch

docker pull remixproject/remix-ide:master
docker run -p 8080:80 remixproject/remix-ide:master

for running the release branch:

docker pull remixproject/remix-ide:remix_live
docker run -p 8080:80 remixproject/remix-ide:remix_live

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just running

docker pull remixproject/remix-ide

or

docker pull remixproject/remix-ide:latest

will fetch from master.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah note that latest here is not the latest release but the code in master. The latest release is at remix_live

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Will update readme with that.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@yann300 yann300 force-pushed the docker_compress1 branch from 1a37ed1 to 89d2a56 Compare June 17, 2020 08:17
@yann300 yann300 requested a review from edisinovcic June 17, 2020 08:26
@yann300 yann300 merged commit 73a20b8 into master Jun 17, 2020
@yann300 yann300 deleted the docker_compress1 branch June 17, 2020 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants