

Note that spaces are not allowed after the commas (or anywhere else).

This kind of wildcard specifies an “or” relationship (you only need one to match).

For example, these would work: mam, mbm, mcm, mdm. If you did mm it can become: mam, mum, mom if you did: mm it can become anything that starts and ends with m and has any character a to d inbetween. "m*l" could by mill, mull, ml, and anything that starts with an m and ends with an l. If you specified a "cd*" it would use "cda", "cdrom", "cdrecord" and anything that starts with “cd” also including “cd” itself. This can represent any number of characters (including zero, in other words, zero or more characters). If you specified something at the command line like "hd?" GNU/Linux would look for hda, hdb, hdc and every other letter/number between a-z, 0-9. docker run -network commander -rm -it commander_rest 'jdbc:postgresql://postgres/postgres?user=postgres&password=postgres ' commander commander commanderĭocker-compose -project-name=commander -f docker-compose.yml -f docker-compose-example.yml stopĭocker-compose -project-name=commander -f docker-compose.yml -f docker-compose-example.yml down -v -rmi local & docker network prune -fĭocker-compose -project-name=commander -f docker-compose.yml -f docker-compose-example.yml logs -t -fĭocker-compose -project-name=commander logs -t -fĭocker run -network commander -rm -it -entrypoint psql postgres:9.5.This can represent any single character. # See the License for the specific language governing permissions and limitations under the License.Įxample/target/commander-kafka-streams-example-*.jar:īuild: example/target/commander-kafka-streams-example- *.jarĭocker-compose -project-name=commander -f docker-compose.yml -f docker-compose-example.yml buildĭocker-compose -project-name=commander -f docker-compose-example.yml up -dĭocker-compose -project-name=commander up -d # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # distributed under the License is distributed on an "AS IS" BASIS, # Unless required by applicable law or agreed to in writing, software # You may obtain a copy of the License at # you may not use this file except in compliance with the License. # Licensed under the Apache License, Version 2.0 (the "License")

# Copyright 2017 Capital One Services, LLC
