Skip to content

Commit eae25cb

Browse files
committed
Remove unused commands.
1 parent 74b7a54 commit eae25cb

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

examples/docker/Makefile

+1-18
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,5 @@ up:
1919
down:
2020
docker-compose down
2121

22-
deploy:
23-
docker stack deploy -c docker-compose.yml steplab
24-
25-
clean:
26-
docker service rm steplab_ca steplab_nginx steplab_renewer
27-
sleep 20
28-
docker volume rm -f steplab_certificates
29-
30-
ls:
31-
docker service ls
32-
33-
ps:
34-
docker ps
35-
36-
logs:
37-
docker service ls | grep steplab | awk '{print $1}' | xargs -n 1 docker service logs
38-
3922
inspect:
40-
step certificate inspect https://localhost:4443 --insecure
23+
step certificate inspect https://localhost:4443 --insecure

0 commit comments

Comments
 (0)