Commit 1599687d authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] create user notebooks for persistent data.

parent 7e3e17ce
#!/bin/bash #!/bin/bash
sudo adduser --disabled-password --gecos "" notebooks
sudo docker rm $(sudo docker ps -a | grep sh | awk '{print $1}') sudo docker rm $(sudo docker ps -a | grep sh | awk '{print $1}')
sudo docker build -t garg-notebook:latest ./notebook sudo docker build -t garg-notebook:latest ./notebook
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment