Menu
blog.headdesk.me
blog.headdesk.me

First glance on CoreOS

Posted on 2015/02/132015/02/13

CoreOS seems to be gaining momentum. It happens to be available on Azure so I spun up an instance and tried.

Once it’s up, ssh to it and then launch a ubuntu docker instance

[bash light=”true”]xpk-core01 ~ # docker run -t -i ubuntu /bin/bash
root@cf1c4da1b078:/#
root@cf1c4da1b078:/# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty[/bash]

Install something to it and then commit it to disk

[bash light=”true”]root@cf1c4da1b078:/# apt-get install mysql-server
root@cf1c4da1b078:/# exit
xpk-core01 ~ # docker commit cf1c4da1b078 coreos/mysql[/bash]

Then it’s ready to run mysql as a docker app. Proxy port 3306 to this docker instance.

[bash light=”true”]xpk-core01 ~ # docker run -p 3306:3306 -d coreos/mysql mysqld_safe[/bash]

Other useful commands:

[bash light=”true”]docker ps
docker stop <docker id>
docker attach <docker id>[/bash]

Loading

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Full text search

Recent Posts

  • Generate secure password
  • AWS Compute Savings Plans
  • AWS Zonal Shift
  • Coffee break…
  • Prevent private key from being committed to git
  • aws (14)
  • coffee (2)
  • headfi (1)
  • linux (9)
  • others (61)
  • security (2)
  • tech (41)
  • terraform (3)
  • wordpress (2)

Loading

apache aws awscli azure backup boot cloud coffee docker ec2 EL8 ElasticBeanstalk espresso featured git kernel lelit linux lvm meltdown MFA nat gateway php power proliant python rdp Redhat RHEL rpm Ryzen scp security smartarray smart switch snapshot spectre tech terraform ubuntu ubuntu upgrade vpn windows wordpress workspace

©2026 blog.headdesk.me | Powered by SuperbThemes