Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimizing docker build #2905

Merged
merged 1 commit into from
Jun 17, 2020
Merged

Optimizing docker build #2905

merged 1 commit into from
Jun 17, 2020

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 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