This commit is contained in:
2024-01-13 23:29:53 +08:00
parent e4faf40622
commit 3ce8af9a0e
2 changed files with 28 additions and 14 deletions

View File

@@ -116,4 +116,10 @@ docker rm <container_name_or_id>
docker volume rm basic-example_jupyterhub-data
docker volume rm docker-jupyterhub_jupyterhub-data
docker volume rm jupyterhub-user-admin
```
## 构建
```shell
docker buildx build -t hotwa/notebook:latest -f Dockerfile.base-notebook . --load
```