Posts

Showing posts from October, 2019

Git Command at HctoberFest @ OpenEbs

$ history     1  exit     2  virson     3  dir     4  cd c:\training     5  mkdir faas     6  cd faas     7  mkdir -p lab2 \ && cd lab2     8  echo $OPENFAAS_URL     9  echo $OPENFAAS_URL    10  http://127.0.0.1:31112    11  cd ..    12  mkdir lab1    13  cd lab1    14  git clone https://github.com/openfaas/faas    15  ls    16  cd faas    17  git checkout master    18  ./deploy_stack.sh    19  set OPENFAAS_URL http://ip172-18-0-33-blu8ge8ckd3000ebc090.direct.labs.play-with-docker.com:8080    20  echo OPENFAAS_URL    21  set OPENFAAS_URL = http://ip172-18-0-33-blu8ge8ckd3000ebc090.direct.labs.play-with-docker.com:8080    22  echo OPENFAAS_URL    23  OPENFAAS_URL    24  echo $OPENFAAS_URL    25  Export OPENFAAS_URL=http://ip172-18-0-33-blu8ge8ckd3000ebc090.direct.labs.play-with-docker.com:8080    26  export OPENFAAS_URL=http://ip172-18-0-33-blu8ge8ckd3000ebc090.direct.labs.play-with-docker.com:8080    27  faas-cli deploy -f https://raw.githubuserconte