Skip to content

Instantly share code, notes, and snippets.

@DylanVerstraete
Created January 14, 2020 14:55
Show Gist options
  • Save DylanVerstraete/f614a83edd4de65ff9cc855457d7d895 to your computer and use it in GitHub Desktop.
Save DylanVerstraete/f614a83edd4de65ff9cc855457d7d895 to your computer and use it in GitHub Desktop.
➜ /tmp/jsx container-install
DOWNLOADED INSTALLTOOLS TO /tmp/InstallTools.py
- Docker machine gets created:
docker run --name=3bot --hostname=3bot -d -p 9005-9009:8005-8009 -p 9001:9001/udp -p 9000:22 --device=/dev/net/tun --cap-add=NET_ADMIN --cap-add=SYS_ADMIN --cap-add=DAC_OVERRIDE --cap-add=DAC_READ_SEARCH -v /Users/dylan/sandbox/code:/sandbox/code -v /Users/dylan/sandbox/var/containers/shared:/sandbox/myhost threefoldtech/3bot /sbin/my_init
Unable to find image 'threefoldtech/3bot:latest' locally
latest: Pulling from threefoldtech/3bot
985a8558cdd3: Pulling fs layer
93f91e1801f4: Pulling fs layer
93f91e1801f4: Verifying Checksum
93f91e1801f4: Download complete
985a8558cdd3: Verifying Checksum
985a8558cdd3: Download complete
985a8558cdd3: Pull complete
93f91e1801f4: Pull complete
Digest: sha256:8039c1f50b8ab553c0aa09e7e61d07ffdc5170dd1430077b5164595bf802e002
Status: Downloaded newer image for threefoldtech/3bot:latest
e7c042035a2aba660d3e3fe736f7f00a733aa42c579a9c42b568d802a058c146
- Configure / Start SSH server
* Starting OpenBSD Secure Shell server sshd [ OK ]
Host [localhost]:9000 not found in /Users/dylan/.ssh/known_hosts
- Create route to main 3bot container
- CONTAINER STARTED
Cloning into 'jumpscaleX_builders'...
Cloning into 'jumpscaleX_core'...
Cloning into 'home'...
fatal: Remote branch development not found in upstream origin
Tue 14 15:53:44 /tmp/InstallTools.py -4325 - repos_get : EXCEPTION:
NameError("name 'j' is not defined")
--TRACEBACK------------------
/tmp/jsx in <module>
988 cli()
/tmp/jsx in container_install
236 installer.repos_get(pull=False, branch=branch)
/tmp/InstallTools.py in repos_get
4325 j.shell()
-----------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment