Questions tagged [docker]

30 questions
2
votes
0 answers

Will there be license issue if I clone official docker node image and host it in private repo?

We use https://hub.docker.com/_/node to build our apps in our private organisation. Due to rate limit of free usage, we are getting "Too many requests" error while pulling images from docker-hub. We want to clone this image and host it in our own…
REDDY PRASAD
  • 121
  • 1
1
vote
1 answer

Can the wordpress docker files and every software it installs be used for commercial purpose?

The WordPress docker files installs many software including WordPress, PHP, some php extensions and it also uses php docker file such as php:5.6-apache which installs many software for it to run. My question is can those software that those docker…
user1234
  • 13
  • 2
-3
votes
1 answer

Docker does not give source deb repositories, is it okay?

The docker sources are reachable on various places (mainly, GitHub). There are also many package repositories to download docker, these are hosted mainly by themselves. However, they have no source deb repos (deb-src...). It seems, their debian…
peterh
  • 1,006
  • 4
  • 12
  • 21