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, 870🔥, 0💬
Popular Posts:
Where Can I get a copy of the RSS XML Schema? RSS XML Schema is an XML Schema that defines how an RS...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
Where to find tutorials on OpenID? Here is a large collection of tutorials to answer many frequently...
How to detect errors occurred in the json_decode() call? You can use the following two functions to ...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...