Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit c5f39b9

Browse files
committed
Remove depreated options
1 parent 9fc7dfb commit c5f39b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# openshift-origin-broker
22
#
33
# To build, cd into the origin-server source directory and run:
4-
# docker build -rm -t openshift-origin-broker .
4+
# docker build --rm -t openshift-origin-broker .
55
#
66
# To run origin-broker:
77
# docker run -d -i -t -e "MONGO_HOST_PORT=<mongo_host_port>" -e "AUTH_SALT=<broker_auth_salt>" -p <port_on_host>:443 openshift-origin-broker
@@ -11,7 +11,7 @@
1111
# modify the broker.conf file in your source and re-build instead of passing -e flags.
1212
#
1313
# To run oo-* admin commands:
14-
# docker run -rm -i -t -e "MONGO_HOST_PORT=<mongo_host_port>" -e "AUTH_SALT=<broker_auth_salt>" openshift-origin-broker /bin/bash --login
14+
# docker run --rm -i -t -e "MONGO_HOST_PORT=<mongo_host_port>" -e "AUTH_SALT=<broker_auth_salt>" openshift-origin-broker /bin/bash --login
1515
# Where MONGO_HOST_PORT and AUTH_SALT are the config values as defined in broker.conf
1616

1717
FROM fedora

0 commit comments

Comments
 (0)