Browse Source

readme

master
Xsivax 3 years ago
parent
commit
561de6e165
2 changed files with 2 additions and 35 deletions
  1. +2
    -10
      README.md
  2. +0
    -25
      run.sh

+ 2
- 10
README.md View File

@ -1,16 +1,8 @@
Build and run :
. run.sh
terminate with :
Ctrl-C
then:
cd ..
$ cd /compose
$ docker-compose up

+ 0
- 25
run.sh View File

@ -1,25 +0,0 @@
#!/bin/bash
trap "cd '..'" TERM INT
# run docker-container
run() {
cd "compose" && \
docker-compose build --no-cache deb-rust && \
docker-compose up && \
}
run
#to do:
# ctrl-c(sigint):
# stop and remove container(with custom message)
# cd ..

Loading…
Cancel
Save