Skip to content

Install docker and deploy container on Diazar server with Debian 10

License

Notifications You must be signed in to change notification settings

daveku/diazarserver-debian10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Install docker and deploy container on Diazar server with Debian 10

The script will uninstall any previously installed docker, install docker and run a container named "diazarserver".

This container uses the latest image daveku/diazar-server and will be deployed to the port 3306. The container shares the directory /var/lib/mysql with the host at ~/backupDB.

The image davidkudev/server-diazar has the following features:

Features

  • O.S: Debian 10
  • Database: MySQL 5.7 user: root, password: merida
  • No-IP - ready to configure with credentials.
  • Expose port: 3306

Instructions

  1. Confirm you are in your user directory cd ~

  2. Clone this repository.

     git clone https://github.com/daveku/diazarserver-debian10.git
  3. Access the repository.

     cd diazarserver-debian10
  4. Run the following command to install docker in diazarserver.

    ./deploy_docker.sh

About

Install docker and deploy container on Diazar server with Debian 10

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages