6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
docker stop memgraph_demo
|
||
|
docker rm memgraph_demo
|
||
|
docker run -it --rm memgraph_demo
|