mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 11:25:40 +00:00
demo: Make sure the infrakit 'cli' directory exists
Otherwise there is a warning on first use. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
3fca3823a7
commit
b5dd0315e2
@ -6,6 +6,7 @@ INFRAKIT_HOME=~/.infrakit
|
|||||||
IK_PLUGINS=$INFRAKIT_HOME/plugins
|
IK_PLUGINS=$INFRAKIT_HOME/plugins
|
||||||
|
|
||||||
rm -rf $INFRAKIT_HOME
|
rm -rf $INFRAKIT_HOME
|
||||||
|
mkdir -p $INFRAKIT_HOME/cli
|
||||||
|
|
||||||
infrakit-flavor-vanilla &
|
infrakit-flavor-vanilla &
|
||||||
infrakit-instance-hyperkit &
|
infrakit-instance-hyperkit &
|
||||||
|
Loading…
Reference in New Issue
Block a user