On 05/31/2018 03:10 PM, Muayyad AlSadi wrote:
> > Not sure to fully understand.
>
> instead of modifying the host to add/remove the packages you want,
> you can create a docker image containing whatever you want to run
> (even if it's the docker daemon itself)
> then run that container using atomic
On 05/31/2018 03:16 PM, Dusty Mabe wrote:
> On 05/31/2018 08:04 AM, arnaud gaboury wrote:
>> In order to create a Kubernetes cluster, I want to downgrade docker
>> to docker-ce-17.03. I uninstalled successfully current docker version
>> with some dependencies with the following command:
>>
On 05/31/2018 08:04 AM, arnaud gaboury wrote:
> In order to create a Kubernetes cluster, I want to downgrade docker to
> docker-ce-17.03.
>
> I uninstalled successfully current docker version with some dependencies with
> the following command:
>
> --
> # rpm-ostr
> Not sure to fully understand.
instead of modifying the host to add/remove the packages you want,
you can create a docker image containing whatever you want to run (even if
it's the docker daemon itself)
then run that container using atomic tool with ostree/runc backend (without
docker daemon)
t
On 05/31/2018 02:53 PM, Muayyad AlSadi wrote:
> you can use "atomic" command line tool to run whatever you want inside
> a system container (even without docker daemon)
Not sure to fully understand. Here what I did:
# atomic host install docker-ce-17.03.2.ce-1.el7.centos.
On 05/31/2018 02:42 PM, Chris Negus wrote:
> - Original Message -
>> In order to create a Kubernetes cluster, I want to downgrade docker
>> to docker-ce-17.03. I uninstalled successfully current docker version
>> with some dependencies with the following command:
>>
you can use "atomic" command line tool to run whatever you want inside
a system container (even without docker daemon)
http://www.projectatomic.io/blog/2018/03/containers-w-skopeo-ostree-oci/
http://www.projectatomic.io/blog/2017/06/creating-system-containers/
On Thu, May 31, 2018 at 3:04 PM arna
- Original Message -
> In order to create a Kubernetes cluster, I want to downgrade docker to
> docker-ce-17.03.
>
> I uninstalled successfully current docker version with some dependencies
> with the following command:
>
> --
> # rpm-ostree override remove coc