Skip to content

srp3rd/testenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files:

  • docker-compose-kafka.yml - docker compose file
  • files - directory that gets mounted in the "testenv" container
  • functions.zsh - ZSH functions that are handy to execute in containers
  • start.sh - start all the containers
  • stop.sh - stop all containers
  • testenv - directory that has a Dockerfile which creates a test environment

To start the containers:

./start.sh

To stop the containers:

./stop.sh

If you use the "functions.zsh" functions, you can do this, which will log you into a container

newsh testenv

Or you can do this, which will execute "commands.sh" within the container

newcmd testenv commands.sh

To stop the containers:

./stop.sh

About

A simple docker testing environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published