Author |
Message
|
sleepyjamie |
Posted: Thu May 07, 2015 11:22 am Post subject: mqsicreatebar in docker container? |
|
|
Centurion
Joined: 29 Apr 2015 Posts: 135
|
I'm wondering if it is possible to get mqsicreatebar working in a docker container?
I know mqsicreatebar required IIB Toolkit to be installed, but since this is a command line tool I'm wondering if there are ways to migrate this into a docker container?
cheers. |
|
Back to top |
|
 |
Vitor |
Posted: Thu May 07, 2015 11:46 am Post subject: Re: mqsicreatebar in docker container? |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sleepyjamie wrote: |
I know mqsicreatebar required IIB Toolkit to be installed, but since this is a command line tool I'm wondering if there are ways to migrate this into a docker container? |
Yes - install the toolkit. The mqsicreatebar command doesn't require the IIB Toolkit, it's part of the Toolkit. It's the same process as clicking "Build and Save" from the GUI - literally. It starts a headless Eclipse and runs the process. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
sleepyjamie |
Posted: Thu May 07, 2015 11:48 am Post subject: Re: mqsicreatebar in docker container? |
|
|
Centurion
Joined: 29 Apr 2015 Posts: 135
|
Vitor wrote: |
sleepyjamie wrote: |
I know mqsicreatebar required IIB Toolkit to be installed, but since this is a command line tool I'm wondering if there are ways to migrate this into a docker container? |
Yes - install the toolkit. The mqsicreatebar command doesn't require the IIB Toolkit, it's part of the Toolkit. It's the same process as clicking "Build and Save" from the GUI - literally. It starts a headless Eclipse and runs the process. |
Ok makes sense. But if I have a headless Linux installation, I cannot install the Toolkit/Eclipse. |
|
Back to top |
|
 |
Vitor |
Posted: Thu May 07, 2015 12:01 pm Post subject: Re: mqsicreatebar in docker container? |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sleepyjamie wrote: |
But if I have a headless Linux installation, I cannot install the Toolkit/Eclipse. |
How would you install anything to a headless Linux installation? Why can't you install Toolkit in the same way?
I'm not by any means an expert in Linux or Docker, but if the desired outcome is to issue an mqsicreatebar command in this Linux then you clearly have the capability to run things. So why not the Toolkit install? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
sleepyjamie |
Posted: Thu May 07, 2015 12:17 pm Post subject: Re: mqsicreatebar in docker container? |
|
|
Centurion
Joined: 29 Apr 2015 Posts: 135
|
Vitor wrote: |
sleepyjamie wrote: |
But if I have a headless Linux installation, I cannot install the Toolkit/Eclipse. |
How would you install anything to a headless Linux installation? Why can't you install Toolkit in the same way?
I'm not by any means an expert in Linux or Docker, but if the desired outcome is to issue an mqsicreatebar command in this Linux then you clearly have the capability to run things. So why not the Toolkit install? |
On Ubuntu you would do a sudo apt-get install <package-name>
Basically I would like to execute mqsicreatebar command without requiring a GUI (e.g. Gnome or KDE interface) to install the toolkit. |
|
Back to top |
|
 |
sleepyjamie |
Posted: Thu May 07, 2015 12:18 pm Post subject: Re: mqsicreatebar in docker container? |
|
|
Centurion
Joined: 29 Apr 2015 Posts: 135
|
Silent mode looks promising. I'll try that out! |
|
Back to top |
|
 |
|