1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00

4 Commits

Author SHA1 Message Date
Jonathan Lebon
74ac1a01d9 atomic.sh: fix up typo in var name
Whoops! :)
2015-07-16 12:32:57 -04:00
Jonathan Lebon
890f0a184f atomic.sh: add redirection msg to make it clear
We add a message prior to redirecting so that the user is aware that the
command is actually running in a container, not natively.
2015-07-16 12:13:08 -04:00
Jonathan Lebon
6ea1dca51b atomic.sh: don't use --spc
There's no need to use --spc when running the rhel-tools image here
since it is already a privileged container. Also, using --spc will bring
in --rm, which is counter-productive here since the user would have to
start the container manually everytime before we can exec the command
inside of it.
2015-07-16 12:00:01 -04:00
Dan Walsh
1ba36535e0 Add /etc/profile.d/atomic.sh to run missing commands in tools container
Also add Makefile to help with installation, and atomic.sysconfig
to define the TOOLSIMG tools image.
2015-01-27 16:28:09 -05:00