Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Docker Stars Docker Pulls

What is Nano Server?

Windows Server 2016 offers a new installation option: Nano Server. Nano Server is a remotely administered server operating system optimized for private clouds and datacenters. It is similar to Windows Server in Server Core mode, but significantly smaller, has no local logon capability, and only supports 64-bit applications, tools, and agents. It takes up far less disk space, sets up significantly faster, and requires far fewer updates and restarts than Windows Server. When it does restart, it restarts much faster. For more details, follow this link.

What is Python?

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed. For more details, follow this link.

Releases Tag

This is a brief example on how the image is tagged and does not represent every currently available tags.

Tag OS Version Python Version Dockerfile
latest sac2016 3.6.5 Dockerfile
sac2016-3.6.5 sac2016 3.6.5 Dockerfile
sac2016-3.5.4 sac2016 3.5.4 Dockerfile

Getting Started with Python on Nano Server

  • Step 1 - Switch to Windows container:

  • Step 2 - Pull the docker image using Docker CLI:

    docker pull kiazhi/nanoserver.python
  • Step 3 - Inspect the container interactively using Docker CLI:

    docker run --rm -it kiazhi/nanoserver.python
  • Step 4 - Verify RethinkDB version within the container interactively:

    python --version
  • Step 5 - Exit from the container:

    exit

DISCLAIMER

EXCEPT AS REPRESENTED IN THIS AGREEMENT, ALL WORK PRODUCT BY DEVELOPER IS PROVIDED "AS-IS". OTHER THAN AS PROVIDED IN THIS AGREEMENT, DEVELOPER MAKES NO OTHER WARRANTIES, EXPRESS OR IMPLIED, AND HEREBY DISCLAIMS ALL IMPLIED WARRANTIES, INCLUDING ANY WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE.