Installing Docker
Procedures in this documentation describe how to install Docker.
Run the ./install.sh installation script. The installation script does the following:
- Creates the hip-server docker image.
- Creates the directories pointed to by HIP_MONGO_DIR and HIP_FILE_DIR.
- Creates the hip-client Docker image.
- Creates a Docker virtual network named hip-net.
- Creates a Docker container for MongoDB.
- Creates a Docker container for Redis.
- Creates an HCL Link account, user and sample project.
The installation creates a log file named install.log. This log file can be consulted if any issues are observed.
The install also creates a virtual network named hip-net to which the Docker containers are attached.