Jumat, 31 Maret 2017

cloudoffice ok

1. Set up the repository

Set up the Docker CE repository on Ubuntu. The lsb_release -cs sub-command prints the name of your Ubuntu version, like xenial or trusty.
sudo apt-get -y install \
  apt-transport-https \
  ca-certificates \
  curl

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

sudo add-apt-repository \
       "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
       $(lsb_release -cs) \
       stable"

sudo apt-get update

2. Get Docker CE

Install the latest version of Docker CE on Ubuntu:
sudo apt-get -y install docker-ce

3. Test your Docker CE installation

Test your installation:
sudo docker run hello-world

Next steps

These installation instructions work for standard installations of Docker CE. For more details or alternative installation procedures, including how to install edge builds, see Get Docker for Ubuntu.


 13  sudo docker run -i -t -d -p 80:80 onlyoffice/communityserver
   14  wget http://download.onlyoffice.com/install/opensource-install.sh
   15  bash opensource-install.sh -md "cloudoffice.yogyagroup.com

Tidak ada komentar:

Posting Komentar