Question

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

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


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
July 5, 2022

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

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up