April 2017
Beginner
404 pages
9h 30m
English
So far, we have learned to create Redis containers with basic configurations which can be used to provision Redis Cache server instances in seconds. Let us now push the image to the Docker Hub so that we can re-use it to deploy both Windows or Hyper-V Containers. Run the following commands to publish the image to Docker Hub. Optionally, you can also version the image based on a different Redis configuration, so that you can run and deploy based on the usage:
docker login -username <username> --password <password> docker push learningwsc/redis-server
Read now
Unlock full access