Skip to content

Dockerfile for building remix-ide docker image

Notifications You must be signed in to change notification settings

niusealeo/remix-ide-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

remix-ide-docker

Dockerfile for building remix-ide docker image

After building the image ($ docker build . --tag viltiki/remix-ide), the container can be started as follows: $ docker run -itd -p8080:8080 -p65520:65520 -v/path/to/your/solidity/files/:/app viltiki/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

Languages

  • Dockerfile 78.9%
  • Shell 21.1%