question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Having problems setting up CLAI container in Ubuntu 14.0.4

See original GitHub issue

Describe the bug I am trying to follow the steps mentioned in the README to set up the CLAI container on my Ubuntu 14.0.4 system (Linux en4119722l 4.4.0-75-generic #96~14.04.1-Ubuntu and Docker version 1.6.2, build 7c8fca2), but the command BuildDockerImage.sh is failing while reporting missing flags

To Reproduce

clai$ sudo ./BuildDockerImage.sh
===============================================================

 Phase 1: Building CLAI Container --no-cache

===============================================================
docker: "build" requires 1 argument. See 'docker build --help'.

real	0m0.016s
user	0m0.016s
sys	0m0.000s
Failed to build CLAI Playground Container. Aborting Build.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
TathagataChakraborticommented, Mar 5, 2020

Awesome!! @madhavanpallan 👏👏

@sarathsreedharan can you check once if that works for you?

1reaction
madhavanpallancommented, Mar 5, 2020

Greetings, I was able to replicate the issue and solve it. I installed ubuntu 14.04 (Grabbed from here:- http://releases.ubuntu.com/14.04/) on a 32GB flash drive. After installing docker, I did run an example container to check my docker running perfectly. Next step was to run the command “sudo ./BuildDockerImage.sh” it was giving out the issue as mentioned above:- issue_Rebuilt

When I ran ‘docker build --help’, I understood the issue. It was the extra flag value that we were passing. Hence, removed the extra flag and ran the below command.

“sudo docker build -f Dockerfile.CLAI -t claiplayground .”

docker_build_followed_by_run Above you can see a container formation, followed by which I ran “sudo ./RunDockerImage.sh” and other instructions remain the same. docker_list And finally the testing of CLAI. Output Now, we have a working clai environment in “Ubuntu 14.04”,(Codename - “Trusty Tahr”). Yay, one more LTS in the list of tested ubuntu O.S.!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Assigning a static IP to Ubuntu Server 14.04 LTS
I found I had to include the dns settings: auto lo enp0s25 iface lo inet loopback iface enp0s25 inet static address 192.168.1.128 netmask ......
Read more >
How to Install and Use Docker on Ubuntu 14.04 - VEXXHOST
Running a Docker Container. Now, let's see how we can easily setup our Ubuntu container with a bash shell, we will just run...
Read more >
Using "tail -f /dev/null" to keep container up fails unexpectedly
Once the issue occurs every restart to the container will cause the container to start and complete. Only a rm and rebuild solves...
Read more >
Chapter 4. Setting Up Clair Security Scanning Red Hat Quay 2.9
The Clair project is an open source engine that powers Red Hat Quay Security Scanner to detect vulnerabilities in all images within Red...
Read more >
qgeneration.gold.txt - TU Darmstadt
"Problem in installing mysql2 in ubuntu 14.04 in virtual box" "bash comparing multiple column in two files with different length" "How to Move...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found