Tools, FAQ, Tutorials:
Install Docker CE Using Hyperledger Script
How to install Docker on Ubuntu CE (Community Edition) using the Hyperledger Composer Script?
✍: FYIcenter.com
Since Docker is required to run Hyperledger Composer,
hyperledger.github.io offers a shell script to install Docker
on Ubuntu CE (Community Edition) together with other packages.
1. Download the Hyperledger Composer shell script:
fyicenter$ mkdir docker fyicenter$ cd docker fyicenter$ curl -O https://hyperledger.github.io/composer/latest/prereqs-ubuntu.sh fyicenter$ ls -l -rw-rw-r-- 1 fyicenter 4001 Apr 1 18:19 prereqs-ubuntu.sh
2. Run the prereqs-ubuntu.sh script:
fyicenter$ chmod u+x prereqs-ubuntu.sh fyicenter$ ./prereqs-ubuntu.sh ...
3. Log out and log back in. Docker CE is ready.
⇒ Verify Docker Installation on Ubuntu
2019-05-30, ∼1436🔥, 0💬
Popular Posts:
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...
Where to see some Examples of Invalid JSON Values? Here are some Examples of Invalid JSON Values: 1....
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...