docker-installer | Docker offline installer | Continuous Deployment library
kandi X-RAY | docker-installer Summary
kandi X-RAY | docker-installer Summary
Docker offline installer (Docker离线安装包)
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of docker-installer
docker-installer Key Features
docker-installer Examples and Code Snippets
Community Discussions
Trending Discussions on docker-installer
QUESTION
After installing docker successfully, and installing taskCat using docker,
$ curl -s https://raw.githubusercontent.com/aws-quickstart/taskcat/master/installer/docker-installer.sh | sh
When i run the below command $ taskcat -c /ci/taskcat.yml
I get an error "bash: taskcat: command not found"
...ANSWER
Answered 2019-Apr-26 at 20:16Do a whereis taskcat
, or use the find
command or locate
command to find the install location of the taskcat command.
The path variable for taskcat has not been setup, that maybe a reason why it says command not found.
Some commands get installed in the homedirectory/bin folder, this path is not included by default in the PATH variable.
You can do export PATH=$PATH:/home/myuserdir/bin
to solve this issue.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install docker-installer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page