adb-atomic-developer-bundle
adb-atomic-developer-bundle copied to clipboard
a prepackaged development environment filled with production-grade pre-configured tools that makes container development easier
When begin to package a container application, "Download a [Nulecule template](https://github.com/projectatomic/nulecule/blob/master/spec/examples/template) to start from." is the first step to get started. It would be much convenient for developers if there...
We have to make sure openshift/orgin and all required images are available to consume by cbs. Currently we have to work with centos-ci and make sure docker images are built...
@dkutalek pointed out we can decrease grub timeout and can save few seconds to start VM.
We are probably starting bunch of services which are not needed and we need to reevaluate those. (by @dkutalek ) - quickly tried systemd-analyze on CDK after first boot: -...
In [using the adb with host based tools eclipse and clis ](https://github.com/projectatomic/adb-atomic-developer-bundle/blob/master/docs/using.rst#using-the-adb-with-host-based-tools-eclipse-and-clis) doc section step 5, update the `$ vagrant service-manager env` doc example to reflect plugin latest changes as...
`vagrant ssh` on OS X with VirtualBox provider throws following warning ``` $ vagrant ssh bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory ```
So currently if a developer execute `vagrant up` using `root` as user then as per our Vagrantfile `vagrant-sshfs` try to do `/root => /root` which will fail because `/root` on...
Currently the variant version of the VM is hard coded - https://github.com/projectatomic/adb-atomic-developer-bundle/pull/426/files#diff-e34cd4b8e23756a50ddedeb44708de83R98 This means all VM built until the next update of this string will have the same version. Given...
Unable to pull image from docker hub. Docker changed to schema 2, which make images built with docker-1.10 unable to pull for docker-1.9 client. Should we upgrade docker to 1.10?...
User documentation for adb-utils and vagrant service-manager will moved into this repository. This is based on the belief that users of the ADB are the only users of these tools/components....