mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-24 23:04:28 +01:00
some cleanup and validation tests
This commit is contained in:
@@ -9,10 +9,8 @@
|
||||
|
||||
cyphernodeconf_configure() {
|
||||
local current_path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
local data_path=$current_path/../data
|
||||
local docker_image="cyphernodeconf:latest"
|
||||
|
||||
docker run -v $data_path:/data \
|
||||
docker run -v $current_path/../data:/data \
|
||||
--log-driver=none\
|
||||
--rm -it $docker_image
|
||||
--rm -it cyphernodeconf:latest
|
||||
}
|
||||
@@ -24,3 +24,5 @@ build_docker_image ../ cyphernodeconf && clear && echo "Thinking..."
|
||||
|
||||
# configure features of cyphernode
|
||||
cyphernodeconf_configure
|
||||
|
||||
#docker image rm cyphernodeconf:latest
|
||||
|
||||
Reference in New Issue
Block a user