bundle install
bundle exec rackup
docker build .
docker run -p 8080:8080 MY_IMAGE_ID_FROM_ABOVE
oc new-app https://github.com/abarcloud/hello-world --strategy=docker
Follow the instructions here for more info.
bundle install
bundle exec rackup
docker build .
docker run -p 8080:8080 MY_IMAGE_ID_FROM_ABOVE
oc new-app https://github.com/abarcloud/hello-world --strategy=docker
Follow the instructions here for more info.