Cache Docker on Linux
NCache provides Enterprise and Professional edition Server images for Linux hosted on Docker Hub. Once the Docker environment has been set according to its prerequisites, you can pull the images and start using NCache.
Prerequisites for Docker
Docker version 17.12.1-ce or later can be used in the supported Linux environment.
What is Installed with NCache Image?
NCache Enterprise Server for Linux is installed with PowerShell Core tools and API.
Base image
mcr.microsoft.com/dotnet/sdk:6.0
. The NCache Docker image for Linux is built upon the base image of .NET Core 6.0 SDK.
In this Section
Create Containers on Linux
Describes steps to create containers hosting NCache in Linux environment.
Use NCache on Docker on Linux
Explains how NCache can be used in Linux environment.
NCache Dockerfile
Explains how Dockerfiles for Cache Server and Client can be customized to perform additional tasks while creating Docker images.