An open API service indexing awesome lists of open source software.

https://github.com/epilif3sotnas/learn-kubernetes

Learn Docker with MongoDB and Mongo-Express
https://github.com/epilif3sotnas/learn-kubernetes

bash kubectl kubernetes minikube mongo-express mongodb

Last synced: 2 months ago
JSON representation

Learn Docker with MongoDB and Mongo-Express

Awesome Lists containing this project

README

          

## About learn-docker

In this repository was followed a tutorial in order to learn kubernetes technology. The tutorial is the following -> [Tutorial](https://www.youtube.com/watch?v=X48VuDVv0do&t=6380s)

## Requirements (Docker images)

- [MongoDB](https://hub.docker.com/_/mongo)
- [Mongo Express](https://hub.docker.com/_/mongo-express)

## Run

Commands to run it:

```
cd {PATH_REPOSITORY}/scripts

# To create docker image
bash Run.sh
```

## License

Licensed under Apache-2.0 license.