openSUSE®
Asia Summit 2019
Using Portainer at openSUSE
Leap 15.1
Docker Container Management.
Darian Rizaludin
darianrizaludin@opensuse.org
About me
Darian Rizaludin
Business Development Officer at Indocenter.co.id
Public Relations of klas.or.id
Why Docker ?
Docker: The Modern Platform for
High-Velocity Innovation
Only independent container platform that
enables organizations to seamlessly
build, share and run any application,
anywhere—from hybrid cloud to the
edge.
INTRODUCTION
Docker Daemon
The Docker daemon
functions to build,
distribute and run the
Docker container.
Docker Images
Docker images is a
template that is read only.
This template is actually
an OS or OS that has been
installed various
applications.
Docker Container
Docker container can be
said as a folder, where the
docker container is
created by using a docker
daemon.
Docker Registry
The Docker registry is a
collection of private and
public docker images that
you can access at the
Docker Hub.
1.Download Image Portainer.
● Download the Portainer Image from the
Dockerhub with the command :
● # docker pull portainer/portainer
Advantages and Deficiency
● Advantages
● easy to use.
● Minimizes Docker
learning curve
● Fully featured
● Great UI
● Lightweight
● Easy to setup, gives a
practical interface for
Docker
● Deficiency
● Too simple for the
Docker Management
● to activate the portainer with the
command :
● #docker run -d -p 9000:9000 -v
/var/run/docker.sock:/var/run/docker.s
ock portainer/portainer
2.Activating the Portainer.
3.Access the Portainer
● To access the Portainer, You must open a
web browser and type the server IP
address with the port 9000.
● Example : http://202.154.58.124:9000
● If you have entered the portainer, you
must fill in your username and
password.
4.Username and Password.
● Choose the 'Local' environment and
click 'Connect' button.
5.Connect to Local.
● After the installation is complete you will
see the portainer dashboard.
6.Portainer Dashboard
7.Install WordPress with
Docker
Thank You
Finish

Using portainer at open suse leap 15.1

  • 1.
    openSUSE® Asia Summit 2019 UsingPortainer at openSUSE Leap 15.1 Docker Container Management. Darian Rizaludin darianrizaludin@opensuse.org
  • 2.
    About me Darian Rizaludin BusinessDevelopment Officer at Indocenter.co.id Public Relations of klas.or.id
  • 3.
    Why Docker ? Docker:The Modern Platform for High-Velocity Innovation Only independent container platform that enables organizations to seamlessly build, share and run any application, anywhere—from hybrid cloud to the edge.
  • 4.
    INTRODUCTION Docker Daemon The Dockerdaemon functions to build, distribute and run the Docker container. Docker Images Docker images is a template that is read only. This template is actually an OS or OS that has been installed various applications. Docker Container Docker container can be said as a folder, where the docker container is created by using a docker daemon. Docker Registry The Docker registry is a collection of private and public docker images that you can access at the Docker Hub.
  • 5.
    1.Download Image Portainer. ●Download the Portainer Image from the Dockerhub with the command : ● # docker pull portainer/portainer
  • 6.
    Advantages and Deficiency ●Advantages ● easy to use. ● Minimizes Docker learning curve ● Fully featured ● Great UI ● Lightweight ● Easy to setup, gives a practical interface for Docker ● Deficiency ● Too simple for the Docker Management
  • 7.
    ● to activatethe portainer with the command : ● #docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.s ock portainer/portainer 2.Activating the Portainer.
  • 8.
    3.Access the Portainer ●To access the Portainer, You must open a web browser and type the server IP address with the port 9000. ● Example : http://202.154.58.124:9000
  • 9.
    ● If youhave entered the portainer, you must fill in your username and password. 4.Username and Password.
  • 10.
    ● Choose the'Local' environment and click 'Connect' button. 5.Connect to Local.
  • 11.
    ● After theinstallation is complete you will see the portainer dashboard. 6.Portainer Dashboard
  • 12.
  • 14.