Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating docker container with HP UX and IBM AIX

Can i create a docker container with HP UX and IBM AIX, if so please let me know how to do it?

I tried by creating container from HP UX tar, it got created and i got conatiner id but unable to login in to the container.

Let me know where i am doing wrong.

like image 694
pradeep kumar Avatar asked Nov 01 '22 07:11

pradeep kumar


2 Answers

If you look in the FAQ https://docs.docker.com/faq/ you will see as supported Ubuntu 12.04, 13.04 et al Fedora 19/20+ RHEL 6.5+ Centos 6+ Gentoo ArchLinux openSUSE 12.3+ CRUX 3.0+ This github issue is closed at the moment https://github.com/docker/docker/issues/3546 but that could change. What you try to do is not supposed to work at the moment (which says nothing about the technical possibility)

like image 100
user2915097 Avatar answered Nov 15 '22 07:11

user2915097


The IBM developerWorks site has a guide on how to do this, I'm currently doing similar work on Z at the moment.

Docker on POWER at developerWorks

like image 31
D.J.M.C Avatar answered Nov 15 '22 06:11

D.J.M.C