Fixed docker example sshd init
This commit is contained in:
parent
61e2f014be
commit
7621b2f2f3
4 changed files with 28 additions and 9 deletions
|
|
@ -62,6 +62,9 @@ distclean: clean
|
|||
docker: clixon Dockerfile
|
||||
sudo docker build -t $(IMG) $(DOCKERFLAGS) .
|
||||
|
||||
start: docker
|
||||
./start.sh # kill (ignore error) and the start it
|
||||
|
||||
push:
|
||||
sudo docker push $(IMG)
|
||||
depend:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue