Skip to content

A collection of docker compose and Docker files for development needs.

License

Notifications You must be signed in to change notification settings

kareem-abdul/docker-containers

Repository files navigation

docker-containers

A collection of docker compose and Docker files for development needs.

Prerequisite

  • docker
  • docker compose plugin or docker-compose script

Running containers

  • Using start script

    The starter script uses fzf, so make sure that fzf is installed.
    The script is only tested in debian linux.

    • Run the script in your terminal via
      ./dc_start
    • Search for the container to run, and press enter screenshot
  • Manual

    • open your terminal and cd into required container directory
      cd mongodb
    • run the docker compose command with the available docker-compose files
      docker compose -f docker-compose.replica-set.yaml up --build -d

About

A collection of docker compose and Docker files for development needs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published