Readme: obsolete docker flag (--link)
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 1.2k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
I want to run Odoo 16 from docker following the instructions written on the README file.
When executing the command line on § 'Start an Odoo instance': $ docker run -p 8069:8069 --name odoo --link db:db -t odoo,
I get the following docker error:
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Error: unknown flag: --link
See 'podman run --help'
the --link flag is deprecated : https://docs.docker.com/network/links/
The command line needs to be updated on the documentation.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the README section “Start an Odoo instance” and inspect the documented docker run command. Replace the obsolete networking usage with the current documented approach, then verify that the instructions still describe how to start Odoo with its database connection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100