Skip to content

Commit 550627f

Browse files
author
Gabriel Monroy
committed
Merge pull request #2378 from aledbf/custom_toolbox
feat(coreos): use custom image in toolbox
2 parents 9460ba5 + 7125060 commit 550627f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

contrib/coreos/user-data.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,9 @@ write_files:
108108
deisctl list
109109
etcdctl ls --recursive /deis
110110
printf "\n"
111+
- path: /home/core/.toolboxrc
112+
owner: core
113+
content: |
114+
TOOLBOX_DOCKER_IMAGE=ubuntu-debootstrap
115+
TOOLBOX_DOCKER_TAG=14.04
116+
TOOLBOX_USER=root

0 commit comments

Comments
 (0)