A centos/apache container similar to the "helloapache" example.
sudo atomic run projectatomic/apache-centos7-atomicapp
sudo atomicapp run projectatomic/apache-centos7-atomicapp
sudo atomic run projectatomic/apache-centos7-atomicapp --mode fetch --destination helloapache
cd apache-centos7-atomicapp
cp answers.conf.sample answers.conf # Modify then copy answers.conf.sample
sudo atomic run projectatomic/apache-centos7-atomicapp .
atomicapp fetch projectatomic/apache-centos7-atomicapp --destination helloapache
cd apache-centos7-atomicapp
cp answers.conf.sample answers.conf # Modify then copy answers.conf.sample
atomicapp run .
The default port is :80.
curl localhost
<html-foobar>
By default kubernetes will assign an available external IP.
kubectl describe pod apache-centos7-atomicapp
Name: apache-centos7-atomicapp
Namespace: default
Node: 127.0.0.1/127.0.0.1
Start Time: Wed, 30 Mar 2016 15:05:50 -0400
Labels: app=apache-centos7-atomicapp
Status: Running
IP: 172.17.0.5
curl 172.17.0.5
<html-output>