Skip to content

royby-cyberark/simple-docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-docker-example

The docker image is defined in the Dockerfile. See comments in the Dockerfile for more information.

Build the docker image

the image name is "simple-python-app", the . means that it will look for the Dockerfile in the current directory

docker build -t simple-python-app .

Run the docker container

docker run --mount type=bind,source="/Users/<my-user-name>/storage",target=/storage -p 8080:8080 -it --rm --name simple-python-app simple-python-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published