Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Install cJunosEvolved on Docker

Read this topic to understand how to install the cJunosEvolved in a Docker environment.

Prepare the Linux Host Servers to Install cJunosEvolved

  1. Install the standard package versions for your Ubuntu host server to ensure that the servers meet the minimum hardware and software requirements.
  2. You can install the latest version of Docker and Docker Compose. These change frequently and occasionally have bugs. If you hit an issue with them, recommend that you change the Docker and Docker Compose packages to match the ones specified in Table 2. These are the versions verified during development and test of cJunosEvolved.

    Use the following link to install the Docker packages. If your server does not have Docker on it, the “Install using the apt repository” Section shows an easy way to do this:

    https://docs.docker.com/engine/install/ubuntu/

    The Docker and Docker Compose versions which have been verified for this release of cJunosEvolved are:

  3. Verify that Intel VT-x technology is enabled. Run the lscpu command on your host server. The Virtualization field in the output of the lscpu command will display VT-x, if VT-x is enabled. If VTx is not enabled, then see your server documentation to learn how to enable it in BIOS.
    # lscpu | grep Virtualization