Skip to content

Instantly share code, notes, and snippets.

@izaklast
Created August 31, 2020 01:49
Show Gist options
  • Save izaklast/c011b3e79c158890f928cbd65649f7ce to your computer and use it in GitHub Desktop.
Save izaklast/c011b3e79c158890f928cbd65649f7ce to your computer and use it in GitHub Desktop.
pi@makerverse:~ $ curl -sSL https://get.docker.com | sh
# Executing docker install script, commit: 26ff363bcf3b3f5a00498ac43694bf1c7d9ce16c
Warning: the "docker" command appears to already exist on this system.
If you already have Docker installed, this script can cause trouble, which is
why we're displaying this warning and provide the opportunity to cancel the
installation.
If you installed the current Docker package using this script and are using it
again to update Docker, you can safely ignore this message.
You may press Ctrl+C now to abort this script.
+ sleep 20
^C
pi@makerverse:~ $ docker run --privileged --rm 8000:8000 skilescm/makerverse:latest
docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.40/containers/create: dial unix /var/run/docker.sock: connect: permission denied.
See 'docker run --help'.
pi@makerverse:~ $ docker run --privileged --rm 8000:8000 skilescm/makerverse:latest
Unable to find image '8000:8000' locally
docker: Error response from daemon: pull access denied for 8000, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
pi@makerverse:~ $ docker run --privileged --rm -p 8000:8000 skilescm/makerverse:latest
Unable to find image 'skilescm/makerverse:latest' locally
latest: Pulling from skilescm/makerverse
323178d00ec2: Pull complete
a7b4e15a7945: Pull complete
caf9cb1ef704: Pull complete
a3ae4cf51f1a: Pull complete
883525c9d83b: Pull complete
b1907e1a1a78: Pull complete
e2ba7f5fb8ff: Pull complete
22688ccdb613: Pull complete
af05f18dfb8d: Pull complete
e234e0f479f1: Pull complete
f3afeee9d783: Pull complete
9a26db9cda19: Pull complete
95fffaa9ae50: Pull complete
Digest: sha256:4959ee8dec4ce0a2513fdf46fbe08f1b6e194308ca1ef7fbfeacc1c0032f3b41
Status: Downloaded newer image for skilescm/makerverse:latest
2020-08-30T23:29:12.484Z - info init Loading configuration from "/home/node/.cncrc"
2020-08-30T23:29:13.331Z - info init Starting the server at http://172.17.0.2:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment