crooked-holiday-47153
09/28/2022, 9:42 AMdatahub docker quickstart --quickstart-compose-file docker/quickstart/docker-compose-without-neo4j.quickstart.yml
and this is the output I am getting:
Pulling docker images...
unknown shorthand flag: 'f' in -f
See 'docker --help'.
Usage: docker [OPTIONS] COMMAND
A self-sufficient runtime for containers
Options:
--config string Location of client config files (default "/home/ssm-user/.docker")
-c, --context string Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with "docker context use")
-D, --debug Enable debug mode
-H, --host list Daemon socket(s) to connect to
-l, --log-level string Set the logging level ("debug"|"info"|"warn"|"error"|"fatal") (default "info")
--tls Use TLS; implied by --tlsverify
--tlscacert string Trust certs signed only by this CA (default "/home/ssm-user/.docker/ca.pem")
--tlscert string Path to TLS certificate file (default "/home/ssm-user/.docker/cert.pem")
--tlskey string Path to TLS key file (default "/home/ssm-user/.docker/key.pem")
--tlsverify Use TLS and verify the remote
-v, --version Print version information and quit
Management Commands:
builder Manage builds
config Manage Docker configs
container Manage containers
context Manage contexts
image Manage images
manifest Manage Docker image manifests and manifest lists
network Manage networks
node Manage Swarm nodes
plugin Manage plugins
secret Manage Docker secrets
service Manage services
stack Manage Docker stacks
swarm Manage Swarm
system Manage Docker
trust Manage trust on Docker images
volume Manage volumes
Commands:
attach Attach local standard input, output, and error streams to a running container
build Build an image from a Dockerfile
commit Create a new image from a container's changes
cp Copy files/folders between a container and the local filesystem
create Create a new container
diff Inspect changes to files or directories on a container's filesystem
events Get real time events from the server
exec Run a command in a running container
export Export a container's filesystem as a tar archive
history Show the history of an image
images List images
import Import the contents from a tarball to create a filesystem image
info Display system-wide information
inspect Return low-level information on Docker objects
kill Kill one or more running containers
load Load an image from a tar archive or STDIN
login Log in to a Docker registry
logout Log out from a Docker registry
logs Fetch the logs of a container
pause Pause all processes within one or more containers
port List port mappings or a specific mapping for the container
ps List containers
pull Pull an image or a repository from a registry
push Push an image or a repository to a registry
rename Rename a container
restart Restart one or more containers
rm Remove one or more containers
rmi Remove one or more images
run Run a command in a new container
save Save one or more images to a tar archive (streamed to STDOUT by default)
search Search the Docker Hub for images
start Start one or more stopped containers
stats Display a live stream of container(s) resource usage statistics
stop Stop one or more running containers
tag Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
top Display the running processes of a container
unpause Unpause all processes within one or more containers
update Update configuration of one or more containers
version Show the Docker version information
wait Block until one or more containers stop, then print their exit codes
Run 'docker COMMAND --help' for more information on a command.
To get more help with docker, check out our guides at <https://docs.docker.com/go/guides/>
Error while pulling images. Going to attempt to move on to docker compose up assuming the images have been built locally
Any help will be appreciated.
10x,
Eyaldazzling-judge-80093
09/28/2022, 10:00 AMdatahub docker quickstart
without the compose file?better-orange-49102
09/28/2022, 10:05 AMcrooked-holiday-47153
09/28/2022, 3:11 PMdatahub docker quickstart
@better-orange-49102 do you think they moved the repo to pull from and this is why the command fails to pull the images?better-orange-49102
09/28/2022, 3:23 PMdocker-compose --version
is < v2 then you're using docker-compose. v2 compose uses docker compose
without the -
hence quickstart will fail under the hood for you.
you probably need to change your version of compose. @incalculable-ocean-74010 pls correct me if im wrong , since your commit changed the behavior 😅incalculable-ocean-74010
09/28/2022, 3:24 PMdocker compose version
?crooked-holiday-47153
09/28/2022, 6:14 PMdocker-compose version 1.29.2, build unknown
What should I do to resolve?incalculable-ocean-74010
09/28/2022, 6:14 PMdocker-compose
, docker compose
, note the whitespace between the commandscrooked-holiday-47153
09/28/2022, 6:15 PMdocker: 'compose' is not a docker command.
See 'docker --help'
incalculable-ocean-74010
09/28/2022, 6:17 PMcrooked-holiday-47153
09/28/2022, 6:23 PMblue-boots-43993
09/28/2022, 6:35 PMsudo mkdir -p /usr/local/lib/docker/cli-plugins
sudo curl -SL <https://github.com/docker/compose/releases/download/v2.11.2/docker-compose-linux-x86_64> -o /usr/local/lib/docker/cli-plugins/docker-compose
crooked-holiday-47153
09/28/2022, 7:06 PMFile "/tmp/datahub/ingest/venv-snowflake-usage-0.8.45/lib/python3.10/site-packages/datahub/ingestion/api/registry.py", line 140, in '
'get\n'
' raise KeyError(f"Did not find a registered class for {key}")\n'
"KeyError: 'Did not find a registered class for snowflake-usage'\n"
'\n'
'The above exception was the direct cause of the following exception:\n'
any ideas?better-orange-49102
09/29/2022, 5:50 AMdatahub check plugins --verbose
saythankful-vr-12699
09/29/2022, 7:58 AM% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
Warning: Failed to create the file
Warning: /usr/local/lib/docker/cli-plugins/docker-compose: No such file or
Warning: directory
0 42.4M 0 866 0 0 2231 0 5:32:36 --:--:-- 5:32:36 2231
curl: (23) Failed writing body (0 != 866)
blue-boots-43993
09/29/2022, 8:29 AMsudo mkdir -p /usr/local/lib/docker/cli-plugins
prior to curl callcrooked-holiday-47153
09/29/2022, 8:31 AMthankful-vr-12699
09/29/2022, 8:39 AMsudo mkdir -p /usr/local/lib/docker/cli-plugins
first with no error. I have this error with the second commandbetter-orange-49102
09/29/2022, 8:45 AMdatahub --version
?@crooked-holiday-47153crooked-holiday-47153
09/29/2022, 8:46 AMacryl-datahub, version 0.8.45
better-orange-49102
09/29/2022, 8:53 AMdazzling-judge-80093
09/29/2022, 8:55 AMcrooked-holiday-47153
09/29/2022, 9:21 AMdazzling-judge-80093
09/29/2022, 9:24 AMinclude_usage_stats
config property.
We are going to merge usage in other sources as well as it caused a lot of confusion earlier.blue-boots-43993
09/29/2022, 10:40 AM1. sudo rm -rf /usr/local/lib/docker/cli-plugins/
2. sudo mkdir -p /usr/local/lib/docker/cli-plugins
3. sudo curl -SL <https://github.com/docker/compose/releases/download/v2.11.2/docker-compose-linux-x86_64> -o /usr/local/lib/docker/cli-plugins/docker-compose
4. export PATH=/usr/local/lib/docker/cli-plugins:$PATH
5. sudo chmod +x /home/moustlant/.docker/cli-plugins/docker-compose
which docker-compose
) and that there are execute permissions on the newly installed/downloaded binarythankful-vr-12699
09/29/2022, 11:56 AM