mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 10:04:03 +00:00
Add example for deploying notebook container using Docker Compose.
(c) Copyright IBM Corp. 2016
This commit is contained in:
11
examples/docker-compose/notebook/down.sh
Executable file
11
examples/docker-compose/notebook/down.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
# Setup environment
|
||||
source "$DIR/env.sh"
|
||||
|
||||
# Bring down the notebook container, using container name as project name
|
||||
docker-compose -f "$DIR/notebook.yml" -p "$NAME" down
|
Reference in New Issue
Block a user