Last active
November 25, 2018 10:22
-
-
Save mikeage/47e09d470aaafc70b9d72426959fd250 to your computer and use it in GitHub Desktop.
Scale work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# docker build -t dev-registry-us-east-1.phx.cisco.com:5000/sg/sg:20181018152140-3.80.13-166a -f Dockerfile.sg166a . | |
# docker push dev-registry-us-east-1.phx.cisco.com:5000/sg/sg:20181018152140-3.80.13-166a | |
FROM dev-registry-us-east-1.phx.cisco.com:5000/sg/sg:20181018152140-3.80.13-166 | |
RUN sed -e 's/worker_processes.*;/worker_processes 2;/' -i /opt/cisco/session-guard/nginx/conf/nginx.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment