mirror of
https://github.com/JHUAPL/SIMoN.git
synced 2026-01-09 14:57:56 -05:00
adding simon prefix to containers
Former-commit-id: eafda99029e4cc020bfe38c3fee1a91c59c40fcf
This commit is contained in:
8
Makefile
8
Makefile
@@ -6,15 +6,15 @@ build-model:
|
||||
docker build -t simon-model:latest -f build/Dockerfile .
|
||||
|
||||
up:
|
||||
cd build && docker-compose up --build -d
|
||||
cd build && docker-compose -p simon up --build -d
|
||||
|
||||
all: build-model up
|
||||
|
||||
stop:
|
||||
cd build && docker-compose stop
|
||||
cd build && docker-compose -p simon stop
|
||||
|
||||
clean:
|
||||
cd build && docker-compose down
|
||||
cd build && docker-compose -p simon down
|
||||
|
||||
purge:
|
||||
cd build && docker-compose down --rmi all
|
||||
cd build && docker-compose -p simon down --rmi all
|
||||
|
||||
Reference in New Issue
Block a user