-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid type in volume, it should be a string. #4763
Labels
Comments
You need |
Thanks! |
This is helpful. I assumed that |
lardbit
pushed a commit
to lardbit/nefarious
that referenced
this issue
Jun 21, 2019
…vs directory mounting docker/compose#4763
5 tasks
prittt
added a commit
to oncodash/oncodash
that referenced
this issue
Nov 25, 2021
More details available at docker/compose#4763.
ericonr
added a commit
to lnls-dig/rffe-epics-ioc
that referenced
this issue
Jun 13, 2023
We need a higher version, per [1]. [1] docker/compose#4763
ericonr
pushed a commit
to lnls-dig/rffe-epics-ioc
that referenced
this issue
Jun 14, 2023
This configuration follows the current deploy setting at Sirius. Some key points here are: Compose file version 3.2 is used to allow us to bind mount the autosave directory [1]. It works with the version of docker-compose we have. Several different services are used to make it possible to have a different container for each BPM slot (and RFFE). Thus, a base configuration has been set and is inherited for each service. However, using the base service for the environment and then appending to it inside a service doesn't work in the version of docker-compose we have on our crates, so we need to declare the full environment in each one. In our current configuration, all crates use the same local network addresses for RFFEs. This means we can include this configuration directly in this configuration file. Co-authored-by: Érico Nogueira <erico.rolim@lnls.br> [1] docker/compose#4763
ericonr
pushed a commit
to lnls-dig/rffe-epics-ioc
that referenced
this issue
Jun 14, 2023
This configuration follows the current deploy setting at Sirius. Some key points here are: Compose file version 3.2 is used to allow us to bind mount the autosave directory [1]. It works with the version of docker-compose we have. Several different services are used to make it possible to have a different container for each BPM slot (and RFFE). Thus, a base configuration has been set and is inherited for each service. However, using the base service for the environment and then appending to it inside a service doesn't work in the version of docker-compose we have on our crates, so we need to declare the full environment in each one. In our current configuration, all crates use the same local network addresses for RFFEs. This means we can include this configuration directly in this configuration file. Co-authored-by: Érico Nogueira <erico.rolim@lnls.br> [1] docker/compose#4763
henriquesimoes
added a commit
to lnls-dig/rffe-epics-ioc
that referenced
this issue
Jun 14, 2023
This configuration follows the current deploy setting at Sirius. Some key points here are: Compose file version 3.2 is used to allow us to bind mount the autosave directory [1]. It works with the version of docker-compose we have. Several different services are used to make it possible to have a different container for each BPM slot (and RFFE). Thus, a base configuration has been set and is inherited for each service. However, using the base service for the environment and then appending to it inside a service doesn't work in the version of docker-compose we have on our crates, so we need to declare the full environment in each one. In our current configuration, all crates use the same local network addresses for RFFEs. This means we can include this configuration directly in this configuration file. Co-authored-by: Érico Nogueira <erico.rolim@lnls.br> [1] docker/compose#4763
henriquesimoes
added a commit
to lnls-dig/rffe-epics-ioc
that referenced
this issue
Jun 16, 2023
This configuration follows the current deploy setting at Sirius. Some key points here are: Compose file version 3.2 is used to allow us to bind mount the autosave directory [1]. It works with the version of docker-compose we have. Several different services are used to make it possible to have a different container for each BPM slot (and RFFE). Thus, a base configuration has been set and is inherited for each service. However, using the base service for the environment and then appending to it inside a service doesn't work in the version of docker-compose we have on our crates, so we need to declare the full environment in each one. In our current configuration, all crates use the same local network addresses for RFFEs. This means we can include this configuration directly in this configuration file. Co-authored-by: Érico Nogueira <erico.rolim@lnls.br> [1] docker/compose#4763
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to setup a bind volume and it does not work:
Followed the documentation to write the
docker-compose
file:Docker version 17.03.1-ce, build c6d412e
docker-compose version 1.12.0, build b31ff33
docker-compose up
:The text was updated successfully, but these errors were encountered: