Top "Coreos" questions

CoreOS provides a new server operating system for running thousands of servers themselves.

CoreOS - get docker container name by PID?

I have a list of PID's and I need to get their docker container name. Going the other direction is …

linux bash docker coreos nsenter
How to auto restart a Docker container after a reboot in CoreOS?

Assuming the Docker daemon is restarted automatically by whatever init.d or systemd like process when the OS is restarted, …

docker coreos
docker: having trouble running npm install after creating a new user

So I have another follow-up question regarding installing a node.js-based framework under Docker on CoreOS, per this post. So, …

node.js ubuntu npm docker coreos
Docker Compose to CoreOS

I'm currently learning Docker, and have made a nice and simple Docker Compose setup. 3 containers, all with their own Dockerfile …

docker coreos docker-compose
How to cleanly reboot core OS when "Failed to talk to init daemon" is seen?

How do I cleanly reboot my coreOS after the following issue shows up? core@node2 ~ $ sudo reboot Failed to talk …

coreos
How do I enter this dockerfile / nginx container?

With centos in a docker container, I just type 'docker attach container ID' and it takes me to the shell …

bash nginx centos docker coreos
how do I clean up my docker host machine

As I create/debug a docker image/container docker seems to be leaving all sorts of artifacts on my system. (…

docker coreos
how to update docker in coreos

I typed docker version into a newly provisioned coreos instant on ec2 and I got this message Client version: 0.6.3 Go …

docker coreos
Could not generate persistent MAC address for vethXXXXX: No such file or directory

I'm starting to use CoreOS (on AWS ECS). After having it launch my first container, I see this in journalctl: …

coreos amazon-ecs
How to fix Docker's "Error pulling image...too many redirects" failures while pulling images from registry?

I am running Docker via CoreOS and Vagrant on OS X 10.10. When I run docker pull ubuntu in CoreOS, I …

macos docker coreos