Created
January 17, 2017 12:31
-
-
Save mjudeikis/7ff04969d1892a0e4e2bf7defcb4e42d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mangirdas@unknown docker-minimal-nginx]$ oc cluster up | |
-- Checking OpenShift client ... OK | |
-- Checking Docker client ... OK | |
-- Checking Docker version ... OK | |
-- Checking for existing OpenShift container ... OK | |
-- Checking for openshift/origin:v1.5.0-alpha.1 image ... OK | |
-- Checking Docker daemon configuration ... OK | |
-- Checking for available ports ... OK | |
-- Checking type of volume mount ... | |
Using nsenter mounter for OpenShift volumes | |
-- Creating host directories ... OK | |
-- Finding server IP ... | |
Using as the server IP | |
-- Starting OpenShift container ... | |
Creating initial OpenShift configuration | |
FAIL | |
Error: could not create OpenShift configuration | |
Caused By: | |
Error: Docker run error rc=1 | |
Details: | |
Image: openshift/origin:v1.5.0-alpha.1 | |
Entrypoint: [] | |
Command: [start --images=openshift/origin-${component}:v1.5.0-alpha.1 --volume-dir=/var/lib/origin/openshift.local.volumes --dns=0.0.0.0:53 --write-config=/var/lib/origin/openshift.local.config --master= --hostname=] | |
[mangirdas@unknown docker-minimal-nginx]$ docker ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
e748eed7b776 odise/busybox-python "/tmp/stratagem 94992" 9 days ago Up 9 seconds hopeful_shirley | |
739007f60af9 odise/busybox-python "/tmp/stratagem 94992" 9 days ago Up 14 seconds sad_heyrovsky | |
814cd5d09e6d odise/busybox-python "/tmp/stratagem 94992" 9 days ago Up Less than a second clever_banach | |
ef7e9d2bdc5d odise/busybox-python "/tmp/stratagem 7e599" 4 weeks ago Restarting (139) 16 hours ago sad_hopper | |
76c04664bcc8 odise/busybox-python "/tmp/stratagem 2fb18" 4 weeks ago Up 6 seconds pedantic_noether | |
34e8d7760376 odise/busybox-python "/tmp/stratagem f8046" 4 weeks ago Up Less than a second cocky_shirley | |
13d5eff97cbf odise/busybox-python "/tmp/stratagem 5c3ba" 4 weeks ago Up 6 seconds sick_turing | |
67d443562649 odise/busybox-python "/tmp/stratagem dd0e2" 6 weeks ago Restarting (139) 16 hours ago lonely_tesla | |
[mangirdas@unknown docker-minimal-nginx]$ ss -ntpl | |
State Recv-Q Send-Q Local Address:Port Peer Address:Port | |
LISTEN 0 5 127.0.0.1:631 *:* | |
LISTEN 0 128 *:17500 *:* users:(("dropbox",pid=23725,fd=85)) | |
LISTEN 0 128 127.0.0.1:17600 *:* users:(("dropbox",pid=23725,fd=115)) | |
LISTEN 0 128 127.0.0.1:17603 *:* users:(("dropbox",pid=23725,fd=120)) | |
LISTEN 0 128 *:111 *:* | |
LISTEN 0 128 127.0.0.1:5939 *:* | |
LISTEN 0 5 192.168.122.1:53 *:* | |
LISTEN 0 5 ::1:631 :::* | |
LISTEN 0 128 :::17500 :::* users:(("dropbox",pid=23725,fd=80)) | |
LISTEN 0 128 :::111 :::* | |
[mangirdas@unknown docker-minimal-nginx]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm experiencing this exact problem. Were you able to discover a solution? What is this gist tied to?