mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-21 20:56:36 +00:00
Add some targets to drop into a shell
This commit is contained in:
parent
b3ff6b6cce
commit
69b2ce781d
8
Makefile
8
Makefile
@ -19,3 +19,11 @@ test-arm: build-arm
|
|||||||
./test.sh $(DOCKER_TAG) raspbian
|
./test.sh $(DOCKER_TAG) raspbian
|
||||||
|
|
||||||
test-all: test-x86 test-arm
|
test-all: test-x86 test-arm
|
||||||
|
|
||||||
|
shell-x86: build-x86
|
||||||
|
docker run --rm -it $(DOCKER_TAG):ubuntu bash
|
||||||
|
|
||||||
|
shell-arm: build-arm
|
||||||
|
docker run --rm -it $(DOCKER_TAG):raspbian bash
|
||||||
|
|
||||||
|
shell: shell-x86
|
||||||
|
Loading…
Reference in New Issue
Block a user