Skip to content

DevCoder10/SampleDockerImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

SampleDockerImage

This project illustartes run simple python app in docker environment.

We use Python docker image (lite version added to reserve space) in dockerfile Dockerfile is docker image definition (config)

commands:

docker build . docker run image-name

references

https://hub.docker.com/_/python

About docker

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. The service has both free and premium tiers. The software that hosts the containers is called Docker Engine.

Initial release date: 20 March 2013 Developer: Docker, Inc. Original author: Docker, Inc. License: Free / Paid Platform: x86-64, ARM, s390x, ppc64le Operating system: Linux, Windows, macOS Programming language: Go

Initial release date: 20 March 2013 Developer: Docker, Inc. Original author: Docker, Inc. License: Free / Paid Platform: x86-64, ARM, s390x, ppc64le Operating system: Linux, Windows, macOS Programming language: Go

About

this has sample docker image creation code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published