We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09ba9c commit f77debbCopy full SHA for f77debb
README.md
@@ -1,2 +1,12 @@
1
# development-env
2
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