Top "Fig" questions

[Fig] is a tool built by Orchard for creating fast, isolated development environments using Docker.

Can't install pip packages inside a docker container with Ubuntu

I'm following the fig guide to using docker with a python application, but when docker gets up to the command …

python docker pip fig
Can I use mem_limit in docker-compose? and How?

mem_limit is supported by docker-compose? How can I test it? I have a following docker-compose.yml repository: image: myregistry/…

docker fig
How to get into psql of a running postgres container?

I created a postgres container using the tutorial on the fig website. I named the container db. The container is …

postgresql docker fig
docker-compose: using multiple Dockerfiles for multiple services

I'm using docker-compose and I'd like to use different Dockerfiles for different services' build steps. The docs seem to suggest …

docker fig docker-compose
Nodemon is not working in Docker environment

I'm using Docker with fig to build NodeJS dev-env. While I using nodemon to watch the server.js, changing server.…

node.js docker nodemon fig node-supervisor
Setting up a docker / fig Mesos environment

I'm trying to set up a docker / fig Mesos cluster. I'm new to fig and Docker. Docker has plenty of …

docker apache-storm mesos fig
Access Docker from external machine in network

Is it possible to access an docker service from an external device? I built the service via fig and exposed …

macos virtualbox docker fig
Docker + fig / compose + nginx + node.js + mysql + redis

I'm trying to set up a Node.js app on Docker multiple containers. My app is currently on one Ubuntu …

mysql node.js nginx docker fig
Debug django app running inside docker image, using pycharm debugger

My app is running inside a docker image (My development team never install software in their machines, only the docker …

django debugging docker pycharm fig
Understanding ports and links in docker compose

From my understanding of docker compose / fig, creating a link between two services/images is one main reason if you …

docker fig docker-compose