Skip to content

4c0n/remix-ide-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

remix-ide-docker

Dockerfile for building remix-ide docker image

After building the image ($ docker build . --tag 4c0n/remix-ide), the container can be started as follows: $ docker run -itd -p8080:8080 -p65520:65520 -v/path/to/your/solidity/files/:/app 4c0n/remix-ide

When the container is successfully started the remix IDE can be accessed through the browser, using url: http://localhost:8080

Remixd is automatically started in the same container, so it can be used right away (to make your local files available in the browser).

About

Dockerfile for building remix-ide docker image

Resources

Stars

Watchers

Forks

Packages

No packages published