Oracle SQL Developer in a KamsVNC for database management.
248
This project provides a Docker container to run Oracle SQL Developer, a tool for managing Oracle databases. The containers are configured to support amd64 and arm64 architectures using docker-compose.
24.3.0.284.2209.amd64 or arm64).git clone https://github.com/ozkr0124/dockerized-oracle-sql-developer.git
cd dockerized-oracle-sql-developer
docker-compose -f docker-compose.arm64.yml up -d
https://localhost:8444
docker-compose -f docker-compose.amd64.yml up -d
https://localhost:8444
You can modify the following environment variables in the docker-compose.*.yml files to customize your environment:
TZ: Time zone (default is America/Bogota).The default container port is 8444. The docker-compose file maps this port to 8444 on the host. You can adjust this configuration as needed.
Oracle SQL Developer configuration data is stored in a Docker volume named sqldeveloper-data. This ensures that configurations persist across container restarts.
To stop and remove the container along with its associated volumes:
docker-compose -f docker-compose.arm64.yml down -v
# or
docker-compose -f docker-compose.amd64.yml down -v
ubuntu:22.04.The Dockerfile installs:
8444 and use a supervisor to run multiple processes within the container.Contributions are welcome! If you find an issue or have an improvement, feel free to open an issue or submit a pull request.
This project is licensed under the terms of the MIT License and Oracle Free Use Terms and Conditions.
Content type
Image
Digest
sha256:47d2f15b8…
Size
1.4 GB
Last updated
almost 2 years ago
docker pull ozkr0124/oracle-sql-developer:1.0.0-amd64