[#24] Second attempt (failed)
This commit is contained in:
parent
d5a513482a
commit
fd7a3e2331
5 changed files with 17 additions and 3 deletions
4
fejctl
4
fejctl
|
|
@ -28,6 +28,10 @@ function create_images() {
|
|||
#
|
||||
# $@: the arguments to pass to the image (passed as arguments to cargo)
|
||||
function run_image() {
|
||||
docker volume create fej_build-cache
|
||||
docker volume create fej_registry-cache
|
||||
docker volume create fej_db-data
|
||||
|
||||
# Run the database image
|
||||
docker run --rm \
|
||||
--detach \
|
||||
|
|
|
|||
Reference in a new issue