Skip to content

lelandfy/docker-TAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-TAO

Dockernize TAO.

What is TAO

The ACE ORB (TAO) , which is a standards-based, CORBA middleware framework that allows clients to invoke operations on distributed objects without concern for object location, programming language, OS platform, communication protocols and interconnects, and hardware. ACE (ADAPTIVE Communication Environment) is an OO framework that implements many core patterns of concurrent communication software. Since TAO is built on ACE, ACE should be built first. See installation instructions.

Installation

  • Run build.sh. The image name is yongfu/tao_ace. Replacing the name in build.sh if you like.

  • Run docker -i -t yongfu/tao_ace to explore.

  • [Install TAO+ACE on Linux] (http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/TAO/TAO-INSTALL.html)

  • Compiling TAO+ACE is a really time-consuming process. So it is strongly suggested to pull the image from Docker's public repository directly. docker pull yongfu/tao_ace

About

ACE+TAO on docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published