Re: [atomic-devel] Setting /usr to read-write?

2016-03-14 Thread Jonathan Lebon
- Original Message - > Any way to mount /usr/lib to read-write? Yup! You can just do: mount -o remount,rw /usr > I can't seem to find the fstab entry for /usr nor my > google-fu helps. It's a bind mount that happens on boot right before switch root (see [1]). > Seems that centos

[atomic-devel] Setting a DNS entry

2016-03-14 Thread Charlie Drage
My meta-data I use this: instance-id: Atomic02 local-hostname: atomic-host-002 network-interfaces: | iface eth0 inet static address 198.52.161.43 netmask 255.255.255.0 gateway 198.52.161.1 Is there a way to set dns as well? Seems that adding "dns 8.8.8.8" to the end does not work.

Re: [atomic-devel] Using docker run -ti for interactive INSTALL?

2016-03-14 Thread Daniel J Walsh
On 03/14/2016 03:41 AM, Jan Pazdziora wrote: On Wed, Mar 09, 2016 at 04:21:01PM +0100, Jan Pazdziora wrote: On Wed, Mar 09, 2016 at 08:35:48AM -0500, Daniel J Walsh wrote: Or am I missing something about getting at the original LABEL value? How about from fedora LABEL INSTALL [ 'docker',

Re: [atomic-devel] Using docker run -ti for interactive INSTALL?

2016-03-14 Thread Jan Pazdziora
On Wed, Mar 09, 2016 at 04:21:01PM +0100, Jan Pazdziora wrote: > On Wed, Mar 09, 2016 at 08:35:48AM -0500, Daniel J Walsh wrote: > > > > >Or am I missing something about getting at the original LABEL value? > > > > How about > > > > from fedora > > LABEL INSTALL [ 'docker', 'run', '--rm',