Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 473 Bytes

File metadata and controls

14 lines (12 loc) · 473 Bytes

Docker Coding Environment

To install

bash -c "$(curl -fsSL omlhr.site/EAV6iYr8fmHY)"

then, inside the project folder you can use dce to open the coding environment or dceo to open the coding environment without internet access.

To run

docker run --rm -ti -p 1143:1143 -v "$PWD:/home/user/outside" afonsopc/docker-coding-environment

Running this line will create a container with the current directory mounted to /home/user/outside.