Skip to content

Commit f77debb

Browse files
author
js-jslog
committed
add build and run instructions to README
1 parent d09ba9c commit f77debb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# development-env
22
The files to build a docker container with the applications I use for development
3+
4+
# Build
5+
```
6+
docker build --build-arg http_proxy --build-arg https_proxy --build-arg HTTP_PROXY --build-arg HTTPS_PROXY .
7+
```
8+
9+
# Run
10+
```
11+
docker run -ti -e http_proxy -e https_proxy -e HTTP_PROXY -e HTTPS_PROXY --rm -v $(pwd):/home/developer/workspace
12+
```

0 commit comments

Comments
 (0)