반응형 linux28 gradlew 프록시 설정 gradle proxy 관련 공식 문서 docs.gradle.org/current/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy Build Environment Configuring an HTTP or HTTPS proxy (for downloading dependencies, for example) is done via standard JVM system properties. These properties can be set directly in the build script; for example, setting the HTTP proxy host would be done with System.setPrope docs.gradl.. 2021. 1. 13. docker-compose network 설정 docker-compose를 이용하여 네트워크 생성 아래 소스는 nginx 와 spring boot를 연동하여 하나의 네트워크를 구성하는 방법이다. 네트워크는 192.168.14.0 대역으로 사용하도록 설정했다. 참고 : youngmind.tistory.com/entry/%EB%8F%84%EC%BB%A4-%EA%B0%95%EC%A2%8C-3-%EB%8F%84%EC%BB%A4-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC-1 2020. 9. 22. docker pull proxy 설정 참고 : docs.openshift.com/container-platform/3.4/install_config/http_proxies.html#proxying-docker-pull Working with HTTP Proxies | Installation and Configuration | OpenShift Container Platform 3.4 If your Git repository can only be accessed using a proxy, you can define the proxy to use in the source section of the BuildConfig. You can configure both a HTTP and HTTPS proxy to use. Both fields are .. 2020. 9. 18. docker tar로 만들기, tar import 하기 # 기본 hello-world 도커 이미지 pull # docker pull imageName $ docker pull hello-world # hello-world 이미지 tar로 만들기 # docker save -o filename.tar imageName $ docker save -o hello-world.tar hello-world # hello-world.tar 로 restore-hello-world 이미지 생성 # docker import filename.tar imageName $ docker import hello-world.tar restore-hello-world 2020. 9. 16. 이전 1 2 3 4 5 6 7 다음 반응형