Questions tagged [redhat-containers]

For development issues while creating applications in containers for Red Hat platforms.

Use this tag for discussing issues related to building apps on containers.

Red Hat Container Development Kit provides a pre-built Container Development Environment based on Red Hat Enterprise Linux to help you develop container-based (sometimes called Docker) applications quickly. The containers you build can be easily deployed on any Red Hat container host or platform, including: Red Hat Enterprise Linux, Red Hat Enterprise Linux Atomic Host, and our platform-as-a-service solution, OpenShift Enterprise 3.

Click here for free development subscription which allows you to download Red Hat Container Development Kit for development use: https://developers.redhat.com/products/cdk/download/

94 questions
0
votes
2 answers

OpenShift3 Pro doesn't run a simple Centos image which runs locally on minishift

I have a simple Centos6 docker image: FROM centos:6 MAINTAINER Simon 1905 RUN yum -y update && yum -y install httpd && yum clean all RUN sed -i "s/Listen 80/Listen 8080/" /etc/httpd/conf/httpd.conf && \ chown apache:apache…
simbo1905
  • 6,321
  • 5
  • 58
  • 86
0
votes
1 answer

Ansible file creation fails without any error

After running the the below Ansible Yaml file the output shows file is created and the content is changed The YAML File --- - hosts: all gather_facts: yes connection: local tasks: - name: Check the date on the server. action:…
anish
  • 6,884
  • 13
  • 74
  • 140
0
votes
1 answer

how does consul work with redshift?

We have a spring boot microservice project generated by jhipster. Jhipster built integrated consul for us, and we haven't really touched it since then. We are moving to a new deployment with RedShift, which should handle service discovery and other…
-1
votes
1 answer

How to use local docker image with openshift online?

Hello every one i just want to know is it possible to use my local docker image for containers in redhat openshift online free trial version https://www.openshift.com/trial/ (the one that has test drive over it)? As far as i have searched there are…
JayD
  • 748
  • 1
  • 13
  • 38
1 2 3 4 5 6
7