Install Portainer at Play-with-docker.com and Export/Import Image
Play-with-docker.com website provides a four hour free session for you to play with your docker container. I installed portainer into it and export/import image from my own Portainer site. It works well. Once logged in http://play-with-docker.com website, you can use following two commands to get your portainer installed. After that, just click 9000 link on top of the web page to open a browser session to your Portainer page. $ docker volume create portainer_data $ docker run -d -p 8000:8000 -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer I tested this website, and it is really working well. If you have some container to test and play, http://play-with-docker.com is a good place to try. Related Docker / Portainer Series Video: 1. Using Portainer to Deploy Guacamole Docker - Web Based Remote Access Gateway - https://youtu.be/kxd3O4zxozo 2. Install Portainer with Wordpress on AWS Free Tier CentOS7 - https://youtu.be/9smwAeN8iEo 3. Install NextCloud Container Using Portainer - https://youtu.be/cSjT4OTYd14 4. Use Portainer to Install NextCloud with MariaDB - https://youtu.be/Qcsi9yvSHgU 5. Install Portainer at Play-with-docker.com and Export/Import Image - https://youtu.be/YxPvmzeOzX4 6. Using Portainer Install NGINX, WordPress, MariaDB for Web Application - https://youtu.be/53BcgLdzgVc 7. Install Portainer in CentOS 7 to Make Docker Management Easier - https://youtu.be/oPWIrA-EdrA