Mongo¶
Mongo is a container based image.
Base Image¶
Base images can be obtained from Docker Hub.
Import image¶
Sherpa¶
sherpa server image pull -m mongo_db --version 8.2.7-rc0
Docker¶
Sherpa uses the system's docker images, so you can also pull the image down via the docker cli.
docker image pull mongo:8.2.7-rc0
Default Node Parameters¶
| Property | Value |
|---|---|
| Kind | Container |
| CPU | 1 |
| RAM | 1GB |
| ZTP Method | Volume |
| Management Interface | eth0 |
| Interface Driver | macvlan |
Example Manifest¶
name = "mongo"
nodes = [
{ name = "db01", model = "mongo", version = "8.2.7-rc0" },
]
Node Access¶
sherpa ssh <node-name>
docker exec -it <node-name>-<lab-id> sh
Notes¶
- Approximate time for the system to be ready:
1 minute