Report this

What is the reason for this report?

How do I replicate "docker run -d -p 80:80" with Digitalocean app / docker ?

Posted on February 26, 2022

The command runs well locally and I can access my app: http://localhost/swagger/index.html

But here I cannot pass such args since it’s all wrapped by Digital Ocean.

Thanks



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

In order to be able to run Docker commands on your Droplet you would need to first install Docker as described here:

https://www.digitalocean.com/community/tutorials/how-to-install-and-set-up-laravel-with-docker-compose-on-ubuntu-20-04

In case that you are using the DigitalOcean App Platform, there is no need to pass over a Docker run command, you just need to provide a Dockerfile as described here:

https://docs.digitalocean.com/products/app-platform/reference/dockerfile/

Best,

Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.