Use the following compose and the container will set itself up on the LAN (details below):
version: '2.4'
services:
jupyter:
image: 'phate999/sdk'
volumes:
- ${CONFIG_STORE}
───────▓▓▓▓▓▓─────────
──────▓▄▓▓▓▓▓▓────────
─────────▓▓▓▓▓─▒▒─────
────▓▓▓▓▓▓▓▓▓──▒▒▒────
───▓▓▓▓▓──────▒▒▒▒▒───
────▓▓▓──▒▒▒▒▒▒▒▒▒────
─────▓▓─▒▒▒▒▒─────────
────────▒▒▒▒▒▒▀▒──────
─────────▒▒▒▒▒▒───────
───▐▀▌──▐─▐───────────
───▐▄▌▌▌▐▀▐▀▄▐▀▌▐▀▌───
───▐──▌▌▐▄▐─▐▐▄▌▐─▌───
──────▀▌──────────────
──────▄▌───────▄▄───▐█
───▄▄▄───▄██▄──█▀───█─▄
─▄██▀█▌─██▄▄──▐█▀▄─▐█▀
▐█▀▀▌───▄▀▌─▌─█─▌──▌─▌
▌▀▄─▐──▀▄─▐▄─▐▄▐▄─▐▄─▐▄
─HUB─SWITCH─ROUTER─SDK─
Cradlepoint SDK Labs: http://{container_ip}:8888/lab/tree/1.%20Cradlepoint%20SDK%20Labs/1.%20Cradlepoint%20SDK%20Labs%20-%20Introduction.ipynb
version: '2.4'
services:
jupyter:
image: 'phate999/sdk'
restart: unless-stopped
volumes:
- ${CONFIG_STORE}
- 'shared-data:/home/jovyan'
networks:
lannet:
ipv4_address: 192.168.0.2
volumes:
shared-data:
driver: local
networks:
lannet:
driver: bridge
driver_opts:
com.cradlepoint.network.bridge.uuid: 00000000-0d93-319d-8220-4a1fb0372b51
ipam:
driver: default
config:
- subnet: 192.168.0.0/24
gateway: 192.168.0.1
https://customer.cradlepoint.com/s/article/Containers-Quick-Start-Guide
https://customer.cradlepoint.com/s/article/Containers-Advanced-Configuration-Guide
https://customer.cradlepoint.com/s/article/Adjusting-Memory-Resources-for-NetCloud-Container-Orchestrator
Content type
Image
Digest
Size
460.8 MB
Last updated
about 4 years ago
docker pull phate999/sdk