Skip to content

Tolstr/Docker-Pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Pulling base image from:
https://hub.docker.com/_/python

#Build container:
docker build --no-cache -t tol:latest -f Dockerfile .

#Run docker:
docker run --name anatolii tol:latest

#In other terminal:
#Go inside container:
docker exec -it anatolii bash
ls
pytest test_one.py
exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published